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
Updated by swildner almost 14 years ago
Thanks, I've committed it (da41975b6f52cb705a22e5cc18bc4809c1bf5932).
The only things I changed was some sorting in the getopt() string and in the
manpage (oh, and bumping the latter's date, too :).
Actions