Re: Wrong command option in the manual examples

2019-09-25 Thread Ole Tange
On Mon, Sep 23, 2019 at 3:53 PM Chet Ramey wrote: > > On 9/23/19 5:29 AM, Ilkka Virta wrote: > > On 22.9. 21:15, Chet Ramey wrote: > >> On 9/20/19 10:24 PM, hk wrote: > >> > >>> Description: > >>> On the section 3.2.6(GNU Parallel, page 16 in the pdf) of Bash > >>> Reference Manual. The m

GNU Parallel 20190922 ('Stallman') released

2019-09-25 Thread Ole Tange
GNU Parallel 20190922 ('Stallman') has been released. It is available for download at: http://ftpmirror.gnu.org/parallel/ GNU Parallel is 10 years old next year on 2020-04-22. You are here by invited to a reception on Friday 2020-04-17. See https://www.gnu.org/software/parallel/10-years-anniversa

Re: Wrong command option in the manual examples

2019-09-25 Thread Chet Ramey
On 9/25/19 2:11 PM, Ole Tange wrote: > I think you are right. The goal is to emulate 'ls'. > > As you can see from GNU Parallel's manual I would use printf instead: > > printf '%s\0' * | parallel -0 mv {} destdir This is the best option, with the usual caveat about having to change the patt