bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with tail


From: Paul Eggert
Subject: Re: Problem with tail
Date: 11 Aug 2003 18:56:17 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

address@hidden writes:

> $ tail --version
> tail (textutils) 2.0.21

That's a fairly old version.  I have no problem with the coreutils 5.0
tail on Debian:

   22-mae $ tail -n 1 big
   bar
   23-mae $ ls -l big
   -rw-rw-r--    1 eggert   eggert   4294967363 2003-08-11 18:50 big
   24-mae $ uname -a
   Linux mae 2.4.21-pre3-40828c #1 Tue Jan 7 17:50:25 PST 2003 i686 GNU/Linux
   25-mae $ tail --version | sed 1q
   tail (coreutils) 5.0

Perhaps all you need to do is update coreutils.  Also, it's possible
that it's a problem with a cygwin library somewhere.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]