On Mon, Sep 7, 2020 at 10:54 PM Wes Turner <wes.tur...@gmail.com> wrote: : > Anyways, a few features that may be worth adding to parallel: > > ## ENH: -0 option for null-terminated input > ## ENH: -v for verbose to print input to stdout or stderr
Both were added before 2007 - which is before GNU Parallel was adopted as a GNU tool. Are you possibly using Tollef's parallel or another tool called parallel and not GNU Parallel? "parallel --version" will tell you if you are using GNU Parallel. /Ole