1
0
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:
Jim Meyering
2002-02-19 20:41:13 +00:00
parent b9bf7eada4
commit 7ca2112fce
+1 -1
View File
@@ -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