bug-parallel
[Top][All Lists]
Advanced

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

GNU Parallel Bug Reports tail follow with parallel


From: Jaap Kroes
Subject: GNU Parallel Bug Reports tail follow with parallel
Date: Wed, 6 Aug 2014 11:00:11 +0200

Hello,

I have a problem using parallel with 'tail -f'. For example:

seq 10 > test ; tail -f test | parallel -j2 'echo {}'

This will not read to the end of the file, but to EOF-n lines, where n is the number of procs.

Is this a bug in GNU-parallel?

Thanks.




reply via email to

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