bug-textutils
[Top][All Lists]
Advanced

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

Bug in <head>


From: Till Halbach
Subject: Bug in <head>
Date: Mon, 23 Apr 2001 10:36:30 +0200

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



reply via email to

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