parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Limiting parallel when used with recursion


From: Achim Gratz
Subject: Re: Limiting parallel when used with recursion
Date: Sat, 01 Aug 2015 19:39:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Ole Tange writes:
> If you use 'find . -type d' you will get it in the exactly wrong
> order. So how about simply reversing that:
>
>     find . -type d | tac | parallel myprog

find -depth -type d | parallel myprog


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables




reply via email to

[Prev in Thread] Current Thread [Next in Thread]