From 7ca2112fcedea0e1b04b7ff831ffd14f8b0dfe1d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 19 Feb 2002 20:41:13 +0000 Subject: (seq invocation): In the example, use "tail -n 3", not "tail -3", to conform to POSIX 1003.1-2001. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/coreutils.texi') diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 6c351c3b8..11b146988 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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 -- cgit v1.2.3-54-g00ecf