On Fri, Aug 03, 2012 at 07:57:38PM +0100, Connor Lane Smith wrote:
> On 3 August 2012 19:02, Uriel <ur...@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



Reply via email to