xargs: how do I ignore error code 255 and continue iterating?

前端 未结 0 1648
说谎
说谎 2020-12-15 13:54

I am running this:

cat Samples.txt | xargs -P 8 -I {} ./idk.sh {}

where Samples.txt is feeding idk.sh names of directories and files. Unfortu

相关标签:
回答
  • 消灭零回复
提交回复
热议问题