My mistake: I should've read `man parallel` instead of `parallel --help`. Is there a way to print the bin key w/ e.g. -v?
set -x test -e "$(which echo)" find . -maxdepth 1 -type f -print0 | parallel -0 -v --jobs 1 --dryrun echo On Tue, Sep 15, 2020 at 2:44 PM Ole Tange <o...@tange.dk> wrote: > 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 >