回答編集履歴

1

typo

2020/01/21 14:00

投稿

shiketa
shiketa

スコア3971

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  #!/bin/bash
10
10
 
11
- for d in $(find . -type d -a -name test* | sort -r)
11
+ for d in $(find . -type d -a -name 'test*' | sort -r)
12
12
 
13
13
  do
14
14