bug-coreutils
[Top][All Lists]
Advanced

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

some xargs options must be stuck to args, some not


From: Dan Jacobson
Subject: some xargs options must be stuck to args, some not
Date: Sat, 17 May 2003 06:25:09 +0800
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

Why does one have to write xargs -l1 not -l 1
whereas xargs -n1 or -n 1 are ok?
$ echo a b c|xargs -n 1|xargs -l 2
xargs: 2: No such file or directory
xargs: /bin/echo: terminated by signal 13
yes, the man page reflects this, it only doesn't mention one can also
use -n1




reply via email to

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