回答編集履歴
2
コードを修正
test
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```
|
2
2
|
|
3
|
-
ls -A --file-type | grep -v '[/@]$' | grep '.*_[0-9][0-9]*..*' | grep -v '.*_30..*' | xargs
|
3
|
+
ls -A --file-type | grep -v '[/@]$' | grep '.*_[0-9][0-9]*..*' | grep -v '.*_30..*' | xargs rm
|
4
4
|
|
5
5
|
```
|
1
コードを修正
test
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```
|
2
2
|
|
3
|
-
ls -A --file-type | grep -v '[/@]$' | grep -v '.*
|
3
|
+
ls -A --file-type | grep -v '[/@]$' | grep '.*_[0-9][0-9]*..*' | grep -v '.*_30..*' | xargs echo rm
|
4
4
|
|
5
5
|
```
|