Re: bug report : tail

2006-11-17 Thread Bob Proulx
Mark McKenzie wrote: > Using tail from > Version: 5.97 > of GNU coreutils > tail +NUM > no longer works > tail -n +NUM > does work Your observations are accurate. If you wish to conform to the previous standard then set _POSIX2_VERSION=199209 in your environment. Try this: env _POSIX2_VERSION

Re: bug report : tail

2006-11-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Mark McKenzie on 11/17/2006 9:11 AM: > Using tail from > > Arch : i386 > Version: 5.97 Try upgrading; the latest stable version of coreutils is 6.4. > > tail +NUM > > no longer works > > tail -n +NUM > > does work Read the NEWS f

bug report : tail

2006-11-17 Thread Mark McKenzie
Using tail from Arch : i386 Version: 5.97 of GNU coreutils tail +NUM no longer works tail -n +NUM does work ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: sort -c --dont-poop-out-at-the-first-disorder

2006-11-17 Thread Jim Meyering
Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Dan Jacobson jidanni.org> writes: >> $ sort -c timez1 >> sort: timez1:418: disorder: 1162082133 >> is great at finding the first one, but to find the other two one has >> to use ones brains. No fair. > > Isn't that already a contradiction to POSIX?

Re: sort -c --dont-poop-out-at-the-first-disorder

2006-11-17 Thread Jim Meyering
Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Dan Jacobson jidanni.org> writes: >> >> $ sort -c timez1 >> sort: timez1:418: disorder: 1162082133 >> is great at finding the first one, but to find the other two one has >> to use ones brains. No fair. > > Isn't that already a contradiction to POSI

Re: sort -c --dont-poop-out-at-the-first-disorder

2006-11-17 Thread Ralf Wildenhues
Dan Jacobson jidanni.org> writes: > > $ sort -c timez1 > sort: timez1:418: disorder: 1162082133 > is great at finding the first one, but to find the other two one has > to use ones brains. No fair. Isn't that already a contradiction to POSIX? SUSv3 states that there should not be any output