parallel
[Top][All Lists]
Advanced

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

Bug in GNU Parallel 20200622


From: Mark Setchell
Subject: Bug in GNU Parallel 20200622
Date: Fri, 7 Aug 2020 18:23:34 +0100

I run the following command on macOS Catalina 10.15

seq -w 270000 | parallel -X touch

It reports the version number is 20200622, bugid: open3-GLOB(0x7fc72e7f7b98)

The output is:

touch 000001 000002 000003 000004 ... 261674

Extra info:

parallel --max-line-len
261632

It seems to be mistaking the maximum number of characters in a command's parameters with the maximum number of parameters - when they are clearly different things.

Thank you
Mark Setchell

reply via email to

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