mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-14 13:36:43 +02:00
(seq invocation): In the example, use "tail
-n 3", not "tail -3", to conform to POSIX 1003.1-2001.
This commit is contained in:
+1
-1
@@ -11000,7 +11000,7 @@ For very long lists of numbers, use xargs to avoid
|
||||
system limitations on the length of an argument list:
|
||||
|
||||
@example
|
||||
$ seq -f %1.f 1000000 | xargs printf %x'\n' |tail -3
|
||||
$ seq -f %1.f 1000000 | xargs printf %x'\n' | tail -n 3
|
||||
f423e
|
||||
f423f
|
||||
f4240
|
||||
|
||||
Reference in New Issue
Block a user