回答編集履歴

1

修正ミス

2019/08/26 23:17

投稿

otn
otn

スコア84814

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```Bash
10
10
 
11
- for((i=100; i>0l; i--))
11
+ for((i=100; i>0; i--))
12
12
 
13
13
  do test -f foo_$i.txt && mv foo_$i.txt foo_$((i+1)).txt
14
14