On 31/01/2012 03:19, Cam Hutchison wrote:
seq 0 108 | xargs -I@ -P8 cat [email protected] [email protected] [email protected] -o [email protected]
Of course, this is (since cat -o doesn't exist):
seq 0 108 | xargs -I@ -P8 cat [email protected] [email protected] [email protected] > [email protected]
but "> [email protected]" is out of the scope of xargs.
Nicolas
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]