Hi,
I figured out that when I write
head -n 07 filename.txt
or
head -n 10 filename.txt
everything works fine, but for
head -n 08 filename.txt
or
head -n 09 filename.txt
I get
head: 08: number of lines is so large that it is not representable
However,
head -n 8 filename.txt
or
head -n 9 filename.txt
work fine as well.
Regards,
Till Halbach
--
http://www.till-halbach.de
_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils