Project

General

Profile

Actions

Bug #1953

closed

[PATCH] Add -P option to xargs

Added by axel about 13 years ago. Updated about 13 years ago.

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

xargs-P.patch (4.2 KB) xargs-P.patch axel, 01/05/2011 10:12 PM
Actions #1

Updated by swildner about 13 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

Also available in: Atom PDF