回答編集履歴
1
-i => -i{}
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 {}`
|