parallel
[Top][All Lists]
Advanced

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

Re: "open files" with --files --pipe


From: Thomas Sattler
Subject: Re: "open files" with --files --pipe
Date: Thu, 28 Feb 2013 13:27:08 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130215 Thunderbird/17.0.3

> I never envisioned --pipe should work with --files, so I never tested that.

OK, I understand, but then: Who wrote parallel's manpage?

$ man parallel | grep -C1 -e 'files.*pipe' -e 'pipe.*files'

                --files is often used with --pipe.

--

       cat bigfile | parallel --pipe --files sort |
         parallel -Xj1 sort -m {} ';' rm {} >bigfile.sort

Thomas




reply via email to

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