回答編集履歴

1

内容の修正

2017/03/19 16:14

投稿

gorogoroIT
gorogoroIT

スコア447

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```
8
8
 
9
- find . -name "*" -type f -print0 | xargs -0 -I {} sh -c 'echo {} ; cat {}'
9
+ find . -name "*" -type f -print0 | xargs -0 -I {} sh -c 'echo "{}" ; cat "{}"'
10
10
 
11
11
  ```
12
12