On Sat, Oct 25, 2003 at 03:26:43PM +1300, Gareth Williams wrote:
> You could cat file | head -n 96 | tail -n 33  :)

cat is almost always unnecessary:
head -96 file | tail -34

greetings, martin.
-- 
interested in doing pike programming, sTeam/caudium/pike/roxen training,      
sTeam/caudium/roxen and/or unix system administration anywhere in the world.
--
pike programmer   working and travelling in europe            open-steam.org
unix system-      bahai.or.at                       iaeste.(tuwien.ac|or).at
administrator     (stuts|black.linux-m68k).org        is.(schon.org|root.at)
Martin B�hr       http://www.iaeste.or.at/~mbaehr/

Reply via email to