> It is extremely hard to tell the difference between a power user
> maxing out a server and a novice doing something that overloads the
> server. I have several times used GNU Parallel causing a cpu load of >
> 1000, because it was faster to complete my task that way.
I'm curious about that: What
Hi,
I have a feature request for GNU parallel.
The option could be {..} or maybe {.2} and should
remove the extension from a filename two times eg.
$ ls track07.cdda.wav | parallel echo {..}.flac
track07.flac
I could use with when I extract files from a music disc with
cdparanoia and then enc
On Fri, Mar 16, 2012 at 12:33 PM, Thomas Sattler
wrote:
>> It is extremely hard to tell the difference between a power user
>> maxing out a server and a novice doing something that overloads the
>> server. I have several times used GNU Parallel causing a cpu load of >
>> 1000, because it was fast