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: Sat, 19 Sep 2020 18:29:18 -0400

Unfortunately it's not easy to `grep` PDFs. Have you considered building a longer man page or an info page in addition to the PDF? (e.g. Sphinx can build man and info pages)

https://www.sphinx-doc.org/en/master/usage/builders/index.html#sphinx.builders.manpage.ManualPageBuilder

https://www.sphinx-doc.org/en/master/usage/builders/index.html#sphinx.builders.texinfo.TexinfoBuilder

I've Ctrl-F'ed your fancy PDF for 'bin' (and 'binexpr') to no avail; it seems that there are no mentions of '--bin' either.


On Sat, Sep 19, 2020, 6:19 PM Ole Tange <ole@tange.dk> wrote:
On Wed, Sep 16, 2020 at 2:40 AM Wes Turner <wes.turner@gmail.com> wrote:

> 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

It is unclear to me if you have read chapter 6 of
https://zenodo.org/record/1146014
(print version http://www.lulu.com/shop/ole-tange/gnu-parallel-2018/paperback/product-23558902.html)

Can I ask you to read that and let us know if that answers your question?

/Ole

reply via email to

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