Actions
Bug #1953
closed[PATCH] Add -P option to xargs
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hi,
This is adds -P to xargs, taken from freebsd. Example usage:
find . -type f -name \*.iso -print0 | xargs -0n1 -P4 bzip2
- Axel Scheepers
Files
Actions