On Fri, Jul 4, 2014 at 10:30 PM, Achim Gratz wrote:
> Achim Gratz writes:
>> locked /home/gratz/.parallel/semaphores/id-my_id.locknlinks1
>> 1<2nlinks1
>
> As this test works just fine on my home machine (on a local NTFS disk) I
> think the reason is that the file system that contains my home dire
Hi,
I have a large file of some patterns and need to grep & find other associated
things for every pattern in another large file.
So i did some thing like this -
cat ./bigfilepat.sort |parallel -j +17 'grep {} ./bigfilematch.txt
|/home/username/processer.pl'
processor.pl does some parse/format &