Re: [dev] [PATCH] sbase: add cut
On Fri, Aug 03, 2012 at 07:57:38PM +0100, Connor Lane Smith wrote:
> On 3 August 2012 19:02, Uriel <uriel_AT_berlinblue.org> wrote:
> > head(1) is utterly and completely idiotic. sed 11q is superior in
> > every possible way.
>
> % head -n -10
>
> % sed -e :a -e '$d;N;2,10ba' -e 'P;D'
>
> No thanks.
>
> cls
>
$ head -n -10
head: illegal line count -- -10
Received on Fri Aug 03 2012 - 22:10:25 CEST
This archive was generated by hypermail 2.3.0
: Fri Aug 03 2012 - 22:12:05 CEST