bug-coreutils
[Top][All Lists]
Advanced

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

Re: add --skip to head and tail


From: Paul Eggert
Subject: Re: add --skip to head and tail
Date: 17 Dec 2003 15:58:57 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Dan Jacobson <address@hidden> writes:

> head and tail should have options to skip forward and backward
> respectively first, before doing their thing.

These proposed options would be of limited utility, since you can
already do that in another way.  "tail --skip=5 -n 10" would be
equivalent to "tail -n 15 | head -n 10", and "head --skip=5 -n 10"
would be equivalent to "tail -n +6 | head -n 10".




reply via email to

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