質問編集履歴
1
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -82,7 +82,7 @@
|
|
82
82
|
|
83
83
|
```script
|
84
84
|
|
85
|
-
cat text1.txt |
|
85
|
+
cat text1.txt | sed 's/text//g' | sed -e 's/[//g' -e 's/]//g'
|
86
86
|
|
87
87
|
```
|
88
88
|
|