Y
Hacker News
new
|
ask
|
show
|
jobs
by
asicsp
1029 days ago
Any particular reason to use -print0 and pipe instead of -exec?
1 comments
Gabrys1
1029 days ago
-exec would not be parallel, pipe to parallel makes it parallel
link