回答編集履歴

1

変更

2017/07/24 14:10

投稿

A.Ichi
A.Ichi

スコア4070

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ```sh
4
4
 
5
- ls -d * | xargs -I{} mkdir -p {}/population
5
+ find . -maxdepth 1 -type d | xargs -I{} mkdir -p {}/population
6
6
 
7
7
  ```