2010-07-18 16:04:07 +00:00
|
|
|
|
### Tests from xargs
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -0 -n3 echo < files0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -0 -n3 echo < files0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -0 -n3 echo < files0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs /src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi /src/gnu/autoconf-1.11/standards.info
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -0 -n3 echo < files0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs /src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi /src/gnu/autoconf-1.11/standards.info
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -d o -n1 echo < helloworld.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -d o -n1 echo < helloworld.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -d o -n1 echo < helloworld.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
hell
|
|
|
|
|
w
|
|
|
|
|
rld
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -d o -n1 echo < helloworld.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
hell
|
|
|
|
|
w
|
|
|
|
|
rld
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -E_ -0 echo < eof_-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -E_ -0 echo < eof_-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -E_ -0 echo < eof_-0.xi
|
2017-01-06 18:10:20 +00:00
|
|
|
|
xargs: warning: the -E option has no effect if -0 or -d is used.
|
|
|
|
|
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one two _ three four
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -X -k -E_ -0 echo < eof_-0.xi
|
2011-01-17 12:38:58 +00:00
|
|
|
|
one
|
|
|
|
|
two
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -i -0 echo from \{\} to x{}y < items-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -i -0 echo from \{\} to x{}y < items-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -i -0 echo from \{\} to x{}y < items-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from one to xoney
|
|
|
|
|
from
|
|
|
|
|
to x
|
|
|
|
|
y
|
|
|
|
|
from dumb to xdumby
|
|
|
|
|
from s s to x s s y
|
|
|
|
|
from ff to xffy
|
|
|
|
|
from
r
r
to x
r
r
y
|
|
|
|
|
from t t to x t t y
|
|
|
|
|
from vv to xvvy
|
|
|
|
|
from
to x
y
|
|
|
|
|
from
|
|
|
|
|
n
|
|
|
|
|
|
|
|
|
|
n
|
|
|
|
|
to x
|
|
|
|
|
n
|
|
|
|
|
|
|
|
|
|
n
|
|
|
|
|
y
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -i -0 echo from \{\} to x{}y < items-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from one to xoney
|
|
|
|
|
from
|
|
|
|
|
to x
|
|
|
|
|
y
|
|
|
|
|
from dumb to xdumby
|
|
|
|
|
from s s to x s s y
|
|
|
|
|
from ff to xffy
|
|
|
|
|
from
r
r
to x
r
r
y
|
|
|
|
|
from t t to x t t y
|
|
|
|
|
from vv to xvvy
|
|
|
|
|
from
to x
y
|
|
|
|
|
from
|
|
|
|
|
n
|
|
|
|
|
|
|
|
|
|
n
|
|
|
|
|
to x
|
|
|
|
|
n
|
|
|
|
|
|
|
|
|
|
n
|
|
|
|
|
y
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -i -s26 -0 echo from \{\} to x{}y < items-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -i -s26 -0 echo from \{\} to x{}y < items-0.xi
|
2016-08-03 21:45:13 +00:00
|
|
|
|
stdsort xargs -i -s26 -0 echo from \{\} to x{}y < items-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from one to xoney
|
2016-08-03 21:45:13 +00:00
|
|
|
|
xargs: argument list too long
|
|
|
|
|
stdsort parallel -k -i -s26 -0 echo from \{\} to x{}y < items-0.xi
|
2015-02-22 14:09:26 +00:00
|
|
|
|
|
2016-08-03 21:45:13 +00:00
|
|
|
|
parallel: Error: Command line too long (42 >= 26) at input 0:
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -l -0 echo < ldata-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -l -0 echo < ldata-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -l -0 echo < ldata-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1 22
|
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -l -k -0 echo < ldata-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
2010-11-22 09:35:53 +00:00
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1 22
|
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -l -0 echo < ldatab-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -l -0 echo < ldatab-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -l -0 echo < ldatab-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
|
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1 22
|
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -l -k -0 echo < ldatab-0.xi
|
2014-07-26 07:10:09 +00:00
|
|
|
|
1 22 333 4444 55555 666666
|
2010-11-22 09:35:53 +00:00
|
|
|
|
7777777 88888888 999999999 1 22
|
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -L2 -0 echo < ldata-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -L2 -0 echo < ldata-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -L2 -0 echo < ldata-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -L2 -0 echo < ldata-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -L2 -0 echo < ldatab-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -L2 -0 echo < ldatab-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -L2 -0 echo < ldatab-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666 7777777
|
|
|
|
|
88888888 999999999 1 22
|
|
|
|
|
333 4444 55555 666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -L2 -0 echo < ldatab-0.xi
|
2014-07-26 07:10:09 +00:00
|
|
|
|
1 22 333 4444 55555 666666 7777777 88888888 999999999 1 22
|
|
|
|
|
333 4444 55555 666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -L3 -0 echo < ldata-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -L3 -0 echo < ldata-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -L3 -0 echo < ldata-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666 7777777
|
|
|
|
|
88888888 999999999 1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -L3 -0 echo < ldata-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666 7777777
|
|
|
|
|
88888888 999999999 1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n1 -0 echo < stairs-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n1 -0 echo < stairs-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n1 -0 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1
|
|
|
|
|
22
|
|
|
|
|
333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
|
|
|
|
1
|
|
|
|
|
22
|
|
|
|
|
333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n1 -0 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1
|
|
|
|
|
22
|
|
|
|
|
333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
|
|
|
|
1
|
|
|
|
|
22
|
|
|
|
|
333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n2 -0 echo < stairs-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n2 -0 echo < stairs-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n2 -0 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n2 -0 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n2 -s26 -0 echo < stairs-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n2 -s26 -0 echo < stairs-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n2 -s26 -0 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n2 -s26 -0 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n2 -s26 -x -0 echo < stairs-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n2 -s26 -x -0 echo < stairs-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n2 -s26 -x -0 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n2 -s26 -x -0 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n3 -0 echo < stairs2-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n3 -0 echo < stairs2-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n3 -0 echo < stairs2-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n3 -0 echo < stairs2-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n3 -s36 -0 echo < stairs2-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n3 -s36 -0 echo < stairs2-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -0 echo < noeof-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -0 echo < noeof-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -0 echo < noeof-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
first second
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -0 echo < noeof-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
first
|
|
|
|
|
second
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -P3 -n1 -IARG sh -c ARG < Pdata.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -P3 -n1 -IARG sh -c ARG < Pdata.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -P3 -n1 -IARG sh -c ARG < Pdata.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
three
|
|
|
|
|
two
|
|
|
|
|
one
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -P3 -n1 -IARG sh -c ARG < Pdata.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one
|
|
|
|
|
two
|
|
|
|
|
three
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -r echo this plus that < blank.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -r echo this plus that < blank.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -r echo this plus that < blank.xi
|
|
|
|
|
stdout parallel -k -r echo this plus that < blank.xi
|
|
|
|
|
echo '### -0 -s118 echo < stairs-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -0 -s118 echo < stairs-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -0 -s118 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666 7777777 88888888 999999999 1 22 333 4444 55555 666666 7777777 88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -0 -s118 echo < stairs-0.xi
|
2013-11-22 17:24:09 +00:00
|
|
|
|
1 22 333
|
|
|
|
|
4444 55555 666666
|
|
|
|
|
7777777 88888888 999999999
|
|
|
|
|
1 22 333
|
|
|
|
|
4444 55555 666666
|
|
|
|
|
7777777 88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -0 -s19 echo < stairs-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -0 -s19 echo < stairs-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -0 -s19 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -0 -s19 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -0 -s19 echo < stairs2-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -0 -s19 echo < stairs2-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -0 -s19 echo < stairs2-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
999999999
|
|
|
|
|
88888888
|
|
|
|
|
7777777
|
|
|
|
|
666666 55555
|
|
|
|
|
4444 333 22 1
|
|
|
|
|
999999999
|
|
|
|
|
88888888
|
|
|
|
|
7777777
|
|
|
|
|
666666 55555
|
|
|
|
|
4444 333 22 1
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -0 -s19 echo < stairs2-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
999999999
|
|
|
|
|
88888888
|
|
|
|
|
7777777
|
|
|
|
|
666666 55555
|
|
|
|
|
4444 333 22 1
|
|
|
|
|
999999999
|
|
|
|
|
88888888
|
|
|
|
|
7777777
|
|
|
|
|
666666 55555
|
2013-11-22 17:24:09 +00:00
|
|
|
|
4444
|
|
|
|
|
333
|
|
|
|
|
22
|
|
|
|
|
1
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -0 -s20 echo < stairs-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -0 -s20 echo < stairs-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -0 -s20 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1 22
|
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -0 -s20 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1 22
|
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -0 -s30 echo < stairs-0.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -0 -s30 echo < stairs-0.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -0 -s30 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888
|
|
|
|
|
999999999 1 22 333 4444
|
|
|
|
|
55555 666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -0 -s30 echo < stairs-0.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888
|
|
|
|
|
999999999 1 22 333 4444
|
|
|
|
|
55555 666666 7777777
|
2011-01-17 12:38:58 +00:00
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -0 echo this plus that < space.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -0 echo this plus that < space.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -0 echo this plus that < space.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
this plus that
|
|
|
|
|
|
|
|
|
|
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -0 echo this plus that < space.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
this plus that
|
|
|
|
|
|
|
|
|
|
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -r echo this plus that < space.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -r echo this plus that < space.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -r echo this plus that < space.xi
|
|
|
|
|
stdout parallel -k -r echo this plus that < space.xi
|
|
|
|
|
echo '### -t -0 echo this plus that < space.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -t -0 echo this plus that < space.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -t -0 echo this plus that < space.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
echo this plus that
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this plus that
|
|
|
|
|
|
|
|
|
|
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -t -0 echo this plus that < space.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
echo this plus that '
|
|
|
|
|
'\ \\
\ \'
|
|
|
|
|
'
|
|
|
|
|
this plus that
|
|
|
|
|
|
|
|
|
|
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### true < 32767-ys.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### true < 32767-ys.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs true < 32767-ys.xi
|
|
|
|
|
stdout parallel -k true < 32767-ys.xi
|
|
|
|
|
echo '### true < 16383-ys.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### true < 16383-ys.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs true < 16383-ys.xi
|
|
|
|
|
stdout parallel -k true < 16383-ys.xi
|
|
|
|
|
echo '### -E EOF echo < EOFb.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -E EOF echo < EOFb.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -E EOF echo < EOFb.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one two bEOF three four
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -E EOF echo < EOFb.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one
|
|
|
|
|
two
|
|
|
|
|
bEOF
|
|
|
|
|
three
|
|
|
|
|
four
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -E EOF echo < EOFe.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -E EOF echo < EOFe.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -E EOF echo < EOFe.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one two EOFe three four
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -E EOF echo < EOFe.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one
|
|
|
|
|
two
|
|
|
|
|
EOFe
|
|
|
|
|
three
|
|
|
|
|
four
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -E EOF echo < EOF.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -E EOF echo < EOF.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -E EOF echo < EOF.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one two
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -E EOF echo < EOF.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one
|
|
|
|
|
two
|
|
|
|
|
EOF
|
|
|
|
|
three
|
|
|
|
|
four
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -E_ echo < eof_.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -E_ echo < eof_.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -E_ echo < eof_.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one two
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -E_ echo < eof_.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one
|
|
|
|
|
two
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -E_ -IARG echo from ARG to xARGy < eof_.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -E_ -IARG echo from ARG to xARGy < eof_.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -E_ -IARG echo from ARG to xARGy < eof_.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from one to xoney
|
|
|
|
|
from two to xtwoy
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -E_ -IARG echo from ARG to xARGy < eof_.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from one to xoney
|
|
|
|
|
from two to xtwoy
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s470 echo hi there < files.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -s470 echo hi there < files.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -s470 echo hi there < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
hi there /src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING /src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4 /src/gnu/autoconf-1.11/configure
|
|
|
|
|
hi there /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh /src/gnu/autoconf-1.11/mkinstalldirs /src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info /src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi /src/gnu/autoconf-1.11/standards.info /src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -s470 -X echo hi there < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
hi there /src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING /src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4 /src/gnu/autoconf-1.11/configure
|
2013-11-22 17:24:09 +00:00
|
|
|
|
hi there /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh
|
|
|
|
|
hi there /src/gnu/autoconf-1.11/mkinstalldirs /src/gnu/autoconf-1.11/install.sh
|
|
|
|
|
hi there /src/gnu/autoconf-1.11/autoconf.info /src/gnu/autoconf-1.11/standards.texi
|
|
|
|
|
hi there /src/gnu/autoconf-1.11/make-stds.texi /src/gnu/autoconf-1.11/standards.info
|
|
|
|
|
hi there /src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -IARG echo from ARG to xARGy -E_ < eof_.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -IARG echo from ARG to xARGy -E_ < eof_.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -IARG echo from ARG to xARGy -E_ < eof_.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from one to xoney -E_
|
|
|
|
|
from two to xtwoy -E_
|
|
|
|
|
from _ to x_y -E_
|
|
|
|
|
from three to xthreey -E_
|
|
|
|
|
from four to xfoury -E_
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -IARG echo from ARG to xARGy -E_ < eof_.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from one to xoney -E_
|
|
|
|
|
from two to xtwoy -E_
|
|
|
|
|
from _ to x_y -E_
|
|
|
|
|
from three to xthreey -E_
|
|
|
|
|
from four to xfoury -E_
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -IARG echo from ARG to xARGy < items.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -IARG echo from ARG to xARGy < items.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -IARG echo from ARG to xARGy < items.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from dumb to xdumby
|
|
|
|
|
from s s to xs s y
|
|
|
|
|
from ff to xffy
|
|
|
|
|
from r
r
to xr
r
y
|
|
|
|
|
from t t to xt t y
|
|
|
|
|
from vv to xvvy
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -IARG echo from ARG to xARGy < items.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from
to x
y
|
|
|
|
|
from dumb to xdumby
|
|
|
|
|
from s s to x s s y
|
|
|
|
|
from ff to xffy
|
|
|
|
|
from
r
r
to x
r
r
y
|
|
|
|
|
from t t to x t t y
|
|
|
|
|
from vv to xvvy
|
|
|
|
|
from
to x
y
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -IARG -s15 echo ARG < stairs.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -IARG -s15 echo ARG < stairs.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -IARG -s15 echo ARG < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1
|
|
|
|
|
22
|
|
|
|
|
333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
|
|
|
|
1
|
|
|
|
|
22
|
|
|
|
|
333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -IARG -X -s15 echo ARG < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
|
|
|
|
1 22 333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -L2 echo < ldatab.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -L2 echo < ldatab.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -L2 echo < ldatab.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666 7777777 88888888 999999999 1 22
|
|
|
|
|
333 4444 55555 666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -L2 echo < ldatab.xi
|
2014-07-26 07:10:09 +00:00
|
|
|
|
1 22 333 4444 55555 666666 7777777 88888888 999999999 1 22
|
|
|
|
|
333 4444 55555 666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -L2 -n2 echo < ldata.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -L2 -n2 echo < ldata.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -L2 -n2 echo < ldata.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -L2 -n2 echo < ldata.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -L3 echo < ldata.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -L3 echo < ldata.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -L3 echo < ldata.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666 7777777
|
|
|
|
|
88888888 999999999 1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -L3 echo < ldata.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666 7777777
|
|
|
|
|
88888888 999999999 1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n1 echo < stairs.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n1 echo < stairs.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n1 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1
|
|
|
|
|
22
|
|
|
|
|
333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
|
|
|
|
1
|
|
|
|
|
22
|
|
|
|
|
333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n1 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1
|
|
|
|
|
22
|
|
|
|
|
333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
|
|
|
|
1
|
|
|
|
|
22
|
|
|
|
|
333
|
|
|
|
|
4444
|
|
|
|
|
55555
|
|
|
|
|
666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n2 echo < stairs.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n2 echo < stairs.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n2 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n2 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n2 -s26 echo < stairs.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n2 -s26 echo < stairs.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n2 -s26 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n2 -s26 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n2 -s26 -x echo < stairs.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n2 -s26 -x echo < stairs.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n2 -s26 -x echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n2 -s26 -x echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22
|
|
|
|
|
333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333
|
|
|
|
|
4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n3 echo < files.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n3 echo < files.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n3 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs /src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi /src/gnu/autoconf-1.11/standards.info
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n3 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs /src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi /src/gnu/autoconf-1.11/standards.info
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n3 -s36 echo < stairs2.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n3 -s36 echo < stairs2.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n3 -s36 echo < stairs2.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n3 -s36 echo < stairs2.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
|
|
|
|
999999999 88888888 7777777
|
|
|
|
|
666666 55555 4444
|
|
|
|
|
333 22 1
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### echo < noeof.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### echo < noeof.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs echo < noeof.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
first second
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k echo < noeof.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
first
|
|
|
|
|
second
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### echo < quotes.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### echo < quotes.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs echo < quotes.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
this is quoted stuff and
|
|
|
|
|
an embedded newline with single quotes as well.
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k echo < quotes.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
this is
|
|
|
|
|
"quoted stuff"
|
|
|
|
|
and \
|
|
|
|
|
an embedded newline
|
|
|
|
|
with 'single quotes' as well.
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s118 echo < stairs.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -s118 echo < stairs.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -s118 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666 7777777 88888888 999999999 1 22 333 4444 55555 666666 7777777 88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -s118 echo < stairs.xi
|
2013-11-22 17:24:09 +00:00
|
|
|
|
1 22 333
|
|
|
|
|
4444 55555 666666
|
|
|
|
|
7777777 88888888 999999999
|
|
|
|
|
1 22 333
|
|
|
|
|
4444 55555 666666
|
|
|
|
|
7777777 88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s19 echo < stairs2.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -s19 echo < stairs2.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -s19 echo < stairs2.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
999999999
|
|
|
|
|
88888888
|
|
|
|
|
7777777
|
|
|
|
|
666666 55555
|
|
|
|
|
4444 333 22 1
|
|
|
|
|
999999999
|
|
|
|
|
88888888
|
|
|
|
|
7777777
|
|
|
|
|
666666 55555
|
|
|
|
|
4444 333 22 1
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -s19 echo < stairs2.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
999999999
|
|
|
|
|
88888888
|
|
|
|
|
7777777
|
|
|
|
|
666666 55555
|
|
|
|
|
4444 333 22 1
|
|
|
|
|
999999999
|
|
|
|
|
88888888
|
|
|
|
|
7777777
|
|
|
|
|
666666 55555
|
2013-11-22 17:24:09 +00:00
|
|
|
|
4444
|
|
|
|
|
333
|
|
|
|
|
22
|
|
|
|
|
1
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s19 echo < stairs.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -s19 echo < stairs.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -s19 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -s19 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1
|
|
|
|
|
22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s20 echo < stairs.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -s20 echo < stairs.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -s20 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1 22
|
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -s20 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1 22
|
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s30 echo < stairs.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -s30 echo < stairs.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -s30 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888
|
|
|
|
|
999999999 1 22 333 4444
|
|
|
|
|
55555 666666 7777777
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -s30 echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888
|
|
|
|
|
999999999 1 22 333 4444
|
|
|
|
|
55555 666666 7777777
|
2011-01-17 12:38:58 +00:00
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s470 echo < files.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -s470 echo < files.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -s470 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING /src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4 /src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in
|
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh /src/gnu/autoconf-1.11/mkinstalldirs /src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info /src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi /src/gnu/autoconf-1.11/standards.info /src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -s470 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING /src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4 /src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in
|
2013-11-22 17:24:09 +00:00
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.info
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/make-stds.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s47 echo < files.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -s47 echo < files.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -s47 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11
|
|
|
|
|
/src/gnu/autoconf-1.11/README
|
|
|
|
|
/src/gnu/autoconf-1.11/Makefile.in
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS
|
|
|
|
|
/src/gnu/autoconf-1.11/COPYING
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/acgeneral.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure
|
|
|
|
|
/src/gnu/autoconf-1.11/configure.in
|
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.info
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/make-stds.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -s47 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11
|
|
|
|
|
/src/gnu/autoconf-1.11/README
|
|
|
|
|
/src/gnu/autoconf-1.11/Makefile.in
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS
|
|
|
|
|
/src/gnu/autoconf-1.11/COPYING
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/acgeneral.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure
|
|
|
|
|
/src/gnu/autoconf-1.11/configure.in
|
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.info
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/make-stds.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s48 echo < files.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -s48 echo < files.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -s48 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11
|
|
|
|
|
/src/gnu/autoconf-1.11/README
|
|
|
|
|
/src/gnu/autoconf-1.11/Makefile.in
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS
|
|
|
|
|
/src/gnu/autoconf-1.11/COPYING
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/acgeneral.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure
|
|
|
|
|
/src/gnu/autoconf-1.11/configure.in
|
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.info
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/make-stds.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -s48 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11
|
|
|
|
|
/src/gnu/autoconf-1.11/README
|
|
|
|
|
/src/gnu/autoconf-1.11/Makefile.in
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS
|
|
|
|
|
/src/gnu/autoconf-1.11/COPYING
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/acgeneral.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure
|
|
|
|
|
/src/gnu/autoconf-1.11/configure.in
|
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.info
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/make-stds.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s6 echo < files.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -s6 echo < files.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -s6 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
xargs: argument line too long
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -s6 echo < files.xi
|
2015-02-22 14:09:26 +00:00
|
|
|
|
parallel: Error: Command line too long (27 >= 6) at input -7: /src/gnu/autoconf-1.11
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -iARG -s86 echo ARG is xARGx < files.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -iARG -s86 echo ARG is xARGx < files.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -iARG -s86 echo ARG is xARGx < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 is x/src/gnu/autoconf-1.11x
|
|
|
|
|
/src/gnu/autoconf-1.11/README is x/src/gnu/autoconf-1.11/READMEx
|
|
|
|
|
/src/gnu/autoconf-1.11/Makefile.in is x/src/gnu/autoconf-1.11/Makefile.inx
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL is x/src/gnu/autoconf-1.11/INSTALLx
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS is x/src/gnu/autoconf-1.11/NEWSx
|
|
|
|
|
/src/gnu/autoconf-1.11/COPYING is x/src/gnu/autoconf-1.11/COPYINGx
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog is x/src/gnu/autoconf-1.11/ChangeLogx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.texi is x/src/gnu/autoconf-1.11/autoconf.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h is x/src/gnu/autoconf-1.11/acconfig.hx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh is x/src/gnu/autoconf-1.11/autoconf.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/acgeneral.m4 is x/src/gnu/autoconf-1.11/acgeneral.m4x
|
|
|
|
|
/src/gnu/autoconf-1.11/acspecific.m4 is x/src/gnu/autoconf-1.11/acspecific.m4x
|
|
|
|
|
/src/gnu/autoconf-1.11/configure is x/src/gnu/autoconf-1.11/configurex
|
|
|
|
|
/src/gnu/autoconf-1.11/configure.in is x/src/gnu/autoconf-1.11/configure.inx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh is x/src/gnu/autoconf-1.11/autoheader.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs is x/src/gnu/autoconf-1.11/mkinstalldirsx
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh is x/src/gnu/autoconf-1.11/install.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.info is x/src/gnu/autoconf-1.11/autoconf.infox
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi is x/src/gnu/autoconf-1.11/standards.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/make-stds.texi is x/src/gnu/autoconf-1.11/make-stds.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info is x/src/gnu/autoconf-1.11/standards.infox
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex is x/src/gnu/autoconf-1.11/texinfo.texx
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -iARG -s86 echo ARG is xARGx < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 is x/src/gnu/autoconf-1.11x
|
|
|
|
|
/src/gnu/autoconf-1.11/README is x/src/gnu/autoconf-1.11/READMEx
|
|
|
|
|
/src/gnu/autoconf-1.11/Makefile.in is x/src/gnu/autoconf-1.11/Makefile.inx
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL is x/src/gnu/autoconf-1.11/INSTALLx
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS is x/src/gnu/autoconf-1.11/NEWSx
|
|
|
|
|
/src/gnu/autoconf-1.11/COPYING is x/src/gnu/autoconf-1.11/COPYINGx
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog is x/src/gnu/autoconf-1.11/ChangeLogx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.texi is x/src/gnu/autoconf-1.11/autoconf.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h is x/src/gnu/autoconf-1.11/acconfig.hx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh is x/src/gnu/autoconf-1.11/autoconf.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/acgeneral.m4 is x/src/gnu/autoconf-1.11/acgeneral.m4x
|
|
|
|
|
/src/gnu/autoconf-1.11/acspecific.m4 is x/src/gnu/autoconf-1.11/acspecific.m4x
|
|
|
|
|
/src/gnu/autoconf-1.11/configure is x/src/gnu/autoconf-1.11/configurex
|
|
|
|
|
/src/gnu/autoconf-1.11/configure.in is x/src/gnu/autoconf-1.11/configure.inx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh is x/src/gnu/autoconf-1.11/autoheader.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs is x/src/gnu/autoconf-1.11/mkinstalldirsx
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh is x/src/gnu/autoconf-1.11/install.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.info is x/src/gnu/autoconf-1.11/autoconf.infox
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi is x/src/gnu/autoconf-1.11/standards.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/make-stds.texi is x/src/gnu/autoconf-1.11/make-stds.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info is x/src/gnu/autoconf-1.11/standards.infox
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex is x/src/gnu/autoconf-1.11/texinfo.texx
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### echo this plus that < space.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### echo this plus that < space.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs echo this plus that < space.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
this plus that
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k echo this plus that < space.xi
|
2015-05-25 00:27:30 +00:00
|
|
|
|
this plus that
|
2010-07-18 16:04:07 +00:00
|
|
|
|
this plus that
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -IARG echo from ARG to xARGy < space.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -IARG echo from ARG to xARGy < space.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -IARG echo from ARG to xARGy < space.xi
|
|
|
|
|
stdout parallel -k -IARG echo from ARG to xARGy < space.xi
|
2015-05-25 00:27:30 +00:00
|
|
|
|
from to xy
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from
to x
y
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### printf "\[%s\]\n" < verticaltabs.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### printf "\[%s\]\n" < verticaltabs.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs printf "\[%s\]\n" < verticaltabs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
\[qwer\]
|
|
|
|
|
\[6789\]
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k printf "\[%s\]\n" < verticaltabs.xi
|
|
|
|
|
[qwer 6789]necho '### printf "\[%s\]\n" < formfeeds.xi'
|
|
|
|
|
### printf "\[%s\]\n" < formfeeds.xi
|
|
|
|
|
stdout xargs printf "\[%s\]\n" < formfeeds.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
\[1234\]
|
|
|
|
|
\[abcd\]
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k printf "\[%s\]\n" < formfeeds.xi
|
|
|
|
|
[1234]n[abcd]necho '### -L2 echo < ldata.xi'
|
|
|
|
|
### -L2 echo < ldata.xi
|
|
|
|
|
stdout xargs -L2 echo < ldata.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -L2 echo < ldata.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666
|
|
|
|
|
7777777 88888888
|
|
|
|
|
999999999 1 22 333 4444 55555
|
|
|
|
|
666666 7777777 88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### echo < unmatched2.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### echo < unmatched2.xi
|
2016-08-03 21:45:13 +00:00
|
|
|
|
stdsort xargs echo < unmatched2.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one
|
2016-08-03 21:45:13 +00:00
|
|
|
|
xargs: unmatched double quote; by default quotes are special to xargs unless you use the -0 option
|
|
|
|
|
stdsort parallel -k echo < unmatched2.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
"two
|
2016-08-03 21:45:13 +00:00
|
|
|
|
one
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### echo < unmatched.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### echo < unmatched.xi
|
2016-08-03 21:45:13 +00:00
|
|
|
|
stdsort xargs echo < unmatched.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one
|
2016-08-03 21:45:13 +00:00
|
|
|
|
xargs: unmatched double quote; by default quotes are special to xargs unless you use the -0 option
|
|
|
|
|
stdsort parallel -k echo < unmatched.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
"two
|
2016-08-03 21:45:13 +00:00
|
|
|
|
one
|
2010-07-18 16:04:07 +00:00
|
|
|
|
three
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n2 -x echo < unmatched.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n2 -x echo < unmatched.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n2 -x echo < unmatched.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
xargs: unmatched double quote; by default quotes are special to xargs unless you use the -0 option
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n2 -x echo < unmatched.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one "two
|
|
|
|
|
three
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -eEOF echo < eofstr.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -eEOF echo < eofstr.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -eEOF echo < eofstr.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
firstline secondline
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -eEOF echo < eofstr.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
firstline
|
|
|
|
|
secondline
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -e echo < eof_.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -e echo < eof_.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -e echo < eof_.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
one two _ three four
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -e -k echo < eof_.xi
|
2010-07-21 11:47:59 +00:00
|
|
|
|
one
|
|
|
|
|
two
|
|
|
|
|
_
|
|
|
|
|
three
|
|
|
|
|
four
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -E_ echo < eof1.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -E_ echo < eof1.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -E_ echo < eof1.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
firstline secondline
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -E_ echo < eof1.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
firstline
|
|
|
|
|
secondline
|
|
|
|
|
_
|
|
|
|
|
thirdline
|
|
|
|
|
fourthline
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -iARG echo ARG is xARGx < files.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -iARG echo ARG is xARGx < files.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -iARG echo ARG is xARGx < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 is x/src/gnu/autoconf-1.11x
|
|
|
|
|
/src/gnu/autoconf-1.11/README is x/src/gnu/autoconf-1.11/READMEx
|
|
|
|
|
/src/gnu/autoconf-1.11/Makefile.in is x/src/gnu/autoconf-1.11/Makefile.inx
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL is x/src/gnu/autoconf-1.11/INSTALLx
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS is x/src/gnu/autoconf-1.11/NEWSx
|
|
|
|
|
/src/gnu/autoconf-1.11/COPYING is x/src/gnu/autoconf-1.11/COPYINGx
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog is x/src/gnu/autoconf-1.11/ChangeLogx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.texi is x/src/gnu/autoconf-1.11/autoconf.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h is x/src/gnu/autoconf-1.11/acconfig.hx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh is x/src/gnu/autoconf-1.11/autoconf.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/acgeneral.m4 is x/src/gnu/autoconf-1.11/acgeneral.m4x
|
|
|
|
|
/src/gnu/autoconf-1.11/acspecific.m4 is x/src/gnu/autoconf-1.11/acspecific.m4x
|
|
|
|
|
/src/gnu/autoconf-1.11/configure is x/src/gnu/autoconf-1.11/configurex
|
|
|
|
|
/src/gnu/autoconf-1.11/configure.in is x/src/gnu/autoconf-1.11/configure.inx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh is x/src/gnu/autoconf-1.11/autoheader.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs is x/src/gnu/autoconf-1.11/mkinstalldirsx
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh is x/src/gnu/autoconf-1.11/install.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.info is x/src/gnu/autoconf-1.11/autoconf.infox
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi is x/src/gnu/autoconf-1.11/standards.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/make-stds.texi is x/src/gnu/autoconf-1.11/make-stds.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info is x/src/gnu/autoconf-1.11/standards.infox
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex is x/src/gnu/autoconf-1.11/texinfo.texx
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -iARG echo ARG is xARGx < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 is x/src/gnu/autoconf-1.11x
|
|
|
|
|
/src/gnu/autoconf-1.11/README is x/src/gnu/autoconf-1.11/READMEx
|
|
|
|
|
/src/gnu/autoconf-1.11/Makefile.in is x/src/gnu/autoconf-1.11/Makefile.inx
|
|
|
|
|
/src/gnu/autoconf-1.11/INSTALL is x/src/gnu/autoconf-1.11/INSTALLx
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS is x/src/gnu/autoconf-1.11/NEWSx
|
|
|
|
|
/src/gnu/autoconf-1.11/COPYING is x/src/gnu/autoconf-1.11/COPYINGx
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog is x/src/gnu/autoconf-1.11/ChangeLogx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.texi is x/src/gnu/autoconf-1.11/autoconf.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h is x/src/gnu/autoconf-1.11/acconfig.hx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.sh is x/src/gnu/autoconf-1.11/autoconf.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/acgeneral.m4 is x/src/gnu/autoconf-1.11/acgeneral.m4x
|
|
|
|
|
/src/gnu/autoconf-1.11/acspecific.m4 is x/src/gnu/autoconf-1.11/acspecific.m4x
|
|
|
|
|
/src/gnu/autoconf-1.11/configure is x/src/gnu/autoconf-1.11/configurex
|
|
|
|
|
/src/gnu/autoconf-1.11/configure.in is x/src/gnu/autoconf-1.11/configure.inx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh is x/src/gnu/autoconf-1.11/autoheader.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/mkinstalldirs is x/src/gnu/autoconf-1.11/mkinstalldirsx
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh is x/src/gnu/autoconf-1.11/install.shx
|
|
|
|
|
/src/gnu/autoconf-1.11/autoconf.info is x/src/gnu/autoconf-1.11/autoconf.infox
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi is x/src/gnu/autoconf-1.11/standards.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/make-stds.texi is x/src/gnu/autoconf-1.11/make-stds.texix
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info is x/src/gnu/autoconf-1.11/standards.infox
|
|
|
|
|
/src/gnu/autoconf-1.11/texinfo.tex is x/src/gnu/autoconf-1.11/texinfo.texx
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -i echo from \{\} to x{}y < items.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -i echo from \{\} to x{}y < items.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -i echo from \{\} to x{}y < items.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from dumb to xdumby
|
|
|
|
|
from s s to xs s y
|
|
|
|
|
from ff to xffy
|
|
|
|
|
from r
r
to xr
r
y
|
|
|
|
|
from t t to xt t y
|
|
|
|
|
from vv to xvvy
|
2017-06-22 11:35:58 +00:00
|
|
|
|
# GNU Parallel will see 'echo' as argument to '-i' if not given {}
|
|
|
|
|
stdout parallel -k -i {} echo from \{\} to x{}y < items.xi
|
|
|
|
|
from
to x
y
|
|
|
|
|
from dumb to xdumby
|
|
|
|
|
from s s to x s s y
|
|
|
|
|
from ff to xffy
|
|
|
|
|
from
r
r
to x
r
r
y
|
|
|
|
|
from t t to x t t y
|
|
|
|
|
from vv to xvvy
|
|
|
|
|
from
to x
y
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -i -s26 echo from \{\} to x{}y < items.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -i -s26 echo from \{\} to x{}y < items.xi
|
2016-08-03 21:45:13 +00:00
|
|
|
|
stdsort xargs -i -s26 echo from \{\} to x{}y < items.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
from dumb to xdumby
|
2016-08-03 21:45:13 +00:00
|
|
|
|
xargs: argument list too long
|
|
|
|
|
stdsort parallel -k -i -s26 echo from \{\} to x{}y < items.xi
|
2015-02-22 14:09:26 +00:00
|
|
|
|
parallel: Error: Command line too long (36 >= 26) at input 0:
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -i__ echo FIRST __ IS OK < quotes.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -i__ echo FIRST __ IS OK < quotes.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -i__ echo FIRST __ IS OK < quotes.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
FIRST this is IS OK
|
|
|
|
|
FIRST quoted stuff IS OK
|
|
|
|
|
FIRST and
|
|
|
|
|
an embedded newline IS OK
|
|
|
|
|
FIRST with single quotes as well. IS OK
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -i__ echo FIRST __ IS OK < quotes.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
FIRST this is IS OK
|
|
|
|
|
FIRST "quoted stuff" IS OK
|
|
|
|
|
FIRST and \ IS OK
|
|
|
|
|
FIRST an embedded newline IS OK
|
|
|
|
|
FIRST with 'single quotes' as well. IS OK
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -l echo < ldatab.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -l echo < ldatab.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -l echo < ldatab.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555 666666
|
|
|
|
|
7777777 88888888 999999999 1 22
|
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -l -k echo < ldatab.xi
|
2014-07-26 07:10:09 +00:00
|
|
|
|
1 22 333 4444 55555 666666
|
2010-07-31 21:19:48 +00:00
|
|
|
|
7777777 88888888 999999999 1 22
|
2010-07-18 16:04:07 +00:00
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -l echo < ldata.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -l echo < ldata.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -l echo < ldata.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1 22
|
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -l -k echo < ldata.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444
|
|
|
|
|
55555 666666
|
|
|
|
|
7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999 1 22
|
|
|
|
|
333 4444 55555
|
|
|
|
|
666666 7777777
|
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -l1 -n4 echo < files.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -l1 -n4 echo < files.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -l1 -n4 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING /src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh /src/gnu/autoconf-1.11/mkinstalldirs
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info /src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info /src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -l1 -n4 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING /src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh /src/gnu/autoconf-1.11/mkinstalldirs
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info /src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info /src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -l2 echo < files.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -l2 echo < files.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -l2 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README
|
|
|
|
|
/src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in
|
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh /src/gnu/autoconf-1.11/mkinstalldirs
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info /src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -l2 echo < files.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README
|
|
|
|
|
/src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL
|
|
|
|
|
/src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING
|
|
|
|
|
/src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh
|
|
|
|
|
/src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
|
|
|
|
|
/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in
|
|
|
|
|
/src/gnu/autoconf-1.11/autoheader.sh /src/gnu/autoconf-1.11/mkinstalldirs
|
|
|
|
|
/src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi
|
|
|
|
|
/src/gnu/autoconf-1.11/standards.info /src/gnu/autoconf-1.11/texinfo.tex
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s30 -t echo < stairs.xi - xargs'
|
2011-01-18 17:15:42 +00:00
|
|
|
|
### -s30 -t echo < stairs.xi - xargs
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -s30 -t echo < stairs.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
echo 1 22 333 4444 55555
|
|
|
|
|
1 22 333 4444 55555
|
|
|
|
|
echo 666666 7777777 88888888
|
|
|
|
|
666666 7777777 88888888
|
|
|
|
|
echo 999999999 1 22 333 4444
|
|
|
|
|
999999999 1 22 333 4444
|
|
|
|
|
echo 55555 666666 7777777
|
|
|
|
|
55555 666666 7777777
|
|
|
|
|
echo 88888888 999999999
|
|
|
|
|
88888888 999999999
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -s30 -t echo < stairs.xi - parallel'
|
2011-01-18 17:15:42 +00:00
|
|
|
|
### -s30 -t echo < stairs.xi - parallel
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo 'Because of -t these lines can be flipped around therefore sort'
|
2011-01-25 23:34:08 +00:00
|
|
|
|
Because of -t these lines can be flipped around therefore sort
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -X -s30 -t echo < stairs.xi | sort
|
2010-07-18 16:04:07 +00:00
|
|
|
|
1 22 333 4444 55555
|
2011-01-25 23:34:08 +00:00
|
|
|
|
55555 666666 7777777
|
2010-07-18 16:04:07 +00:00
|
|
|
|
666666 7777777 88888888
|
2011-01-25 23:34:08 +00:00
|
|
|
|
88888888
|
|
|
|
|
999999999
|
2010-07-18 16:04:07 +00:00
|
|
|
|
999999999 1 22 333 4444
|
2011-01-25 23:34:08 +00:00
|
|
|
|
echo 1 22 333 4444 55555
|
|
|
|
|
echo 55555 666666 7777777
|
|
|
|
|
echo 666666 7777777 88888888
|
2011-01-17 12:38:58 +00:00
|
|
|
|
echo 88888888
|
|
|
|
|
echo 999999999
|
2011-01-25 23:34:08 +00:00
|
|
|
|
echo 999999999 1 22 333 4444
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -t echo this plus that < space.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -t echo this plus that < space.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -t echo this plus that < space.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
echo this plus that
|
|
|
|
|
this plus that
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -t echo this plus that < space.xi
|
2015-05-25 00:27:30 +00:00
|
|
|
|
echo this plus that ''
|
2010-07-18 16:04:07 +00:00
|
|
|
|
echo this plus that \ \\
\ \
|
2015-05-25 00:27:30 +00:00
|
|
|
|
this plus that
|
2010-07-18 16:04:07 +00:00
|
|
|
|
this plus that
|
2014-07-15 00:40:38 +00:00
|
|
|
|
echo '### -n1 printf "@%s@\n" < empty.xi'
|
2010-07-18 16:04:07 +00:00
|
|
|
|
### -n1 printf "@%s@\n" < empty.xi
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout xargs -n1 printf "@%s@\n" < empty.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
@foo@
|
|
|
|
|
@@
|
|
|
|
|
@bar@
|
|
|
|
|
@baz@
|
|
|
|
|
@@
|
|
|
|
|
@@
|
|
|
|
|
@fnord@
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n1 printf "@%s@\n" < empty.xi
|
|
|
|
|
@foo '' bar@n@baz ''@n@'' fnord@necho '### -n2 -t echo < foobar.xi'
|
|
|
|
|
### -n2 -t echo < foobar.xi
|
|
|
|
|
stdout xargs -n2 -t echo < foobar.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
echo foo bar
|
|
|
|
|
foo bar
|
|
|
|
|
echo baz ugh
|
|
|
|
|
baz ugh
|
2014-07-15 00:40:38 +00:00
|
|
|
|
stdout parallel -k -n2 -t echo < foobar.xi
|
2010-07-18 16:04:07 +00:00
|
|
|
|
echo foo\ bar baz\
|
2011-05-31 22:02:29 +00:00
|
|
|
|
echo ugh
|
2010-07-18 16:04:07 +00:00
|
|
|
|
foo bar baz
|
|
|
|
|
ugh
|