PRADEEP GOEL said:

> http://www.ugu.com/sui/ugu/show?I=tip.1105&F=11111

But the last one is wrong.  Even if you add the missing ]

I can't believe that Tom would let it out like that.  This one works:

# command-line that prints the last 50 lines (expensively)
perl -e '@lines = <>; print @lines[-50 .. -1]' f1 f2 f3 ...

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to