bug-coreutils
[Top][All Lists]
Advanced

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

Re: tail is missing the -N option like head has


From: Paul Jarc
Subject: Re: tail is missing the -N option like head has
Date: Fri, 30 Jul 2004 16:00:10 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Krieg <address@hidden> wrote:
> you can do 'head -N blah' and the '-' will reverse the meaning of the N.

I guess you mean "head -n -<N> blah".

> tail should have the same option but there is no '-' support.

It's there, but it's spelled differently.  "tail -n +42" will print
everything from line 42 to the end.


paul




reply via email to

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