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 <o...@tange.dk> wrote:

> On Wed, Sep 16, 2020 at 2:40 AM Wes Turner <wes.tur...@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