On Wed, Sep 16, 2020 at 2:40 AM Wes Turner 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/114601
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
On Thu, Sep 17, 2020 at 6:07 PM Nachtigall, Jens (I/EK-Z6)
wrote:
> The only very misleading thing is, that GNU Parallel terminates and returns
> immediately, regardless.
Please help write what should have been written in the documentation,
so you would have known this, because absolutely nothi
man parset | wc -l
On Sun, Sep 20, 2020 at 12:29 AM Wes Turner wrote:
>
> 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)
info parallel | wc -l
man parallel | wc -l
That gets it. Thanks
On Sat, Sep 19, 2020, 7:07 PM Ole Tange wrote:
> man parset | wc -l
> On Sun, Sep 20, 2020 at 12:29 AM Wes Turner wrote:
> >
> > 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