[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tail -v +1 file, bug?
From: |
Paul Eggert |
Subject: |
Re: tail -v +1 file, bug? |
Date: |
Thu, 16 Nov 2006 09:43:35 -0800 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
"j j" <address@hidden> writes:
> 181# tail -v +1 distances_Ref1_A62_G17_C22 ; tail -v +n1
> distances_Ref1_A62_G17_C22 ; tail +n1 -v distances_Ref1_A62_G17_C22 ; wc
Sorry, I didn't quite understand your bug report, but I think you're
just having trouble with the option syntax. You might try this:
tail -n+1 -v filename