parallel
[Top][All Lists]
Advanced

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

Re: ENH: -0 option for null-terminated input, ENH: -v for verbose to pri


From: Wes Turner
Subject: Re: ENH: -0 option for null-terminated input, ENH: -v for verbose to print input to stdout or stderr
Date: Tue, 15 Sep 2020 20:40:10 -0400

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 <ole@tange.dk> wrote:
On Mon, Sep 7, 2020 at 10:54 PM Wes Turner <wes.turner@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

reply via email to

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