Re: tail +3 stopped working

2007-03-31 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Marvin Simkin on 3/30/2007 4:22 PM: > $ tail --version > tail (GNU coreutils) 5.97 You are still due for an upgrade. The latest stable version is 6.9. At any rate, this is not a bug, but a POSIX conformance issue; and it was documented

Re: tail +3 stopped working

2007-03-31 Thread Evan Hunt
It's "tail -n +3" now. Evan Hunt ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

tail +3 stopped working

2007-03-31 Thread Marvin Simkin
Sorry if this is a dup bug, I don't know how to check your list. BEFORE (correct) - $ echo "1,2,3,4,5" | tr ',' "\012" | tail +3 3 4 5 $ tail --version tail (coreutils) 4.5.3 ... $ uname -a Linux ... 2.4.21-20.ELsmp #1 SMP Wed Aug 18 20:46:40 EDT 2004 i686 i686