回答編集履歴

1

-i => -i{}

2020/09/27 14:30

投稿

YakumoSaki
YakumoSaki

スコア2027

test CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
 
4
4
 
5
- `ls --indicator-style=none | xargs -i tar cvfz {}.tgz {}`
5
+ `ls --indicator-style=none | xargs -i{} tar cvfz {}.tgz {}`