> head -96 file | tail -34 What I don't like about the head|tail method is that I have to calculate at least one of the numbers, and check that I don't have any off-by-one error, for which there are 4 possibilities. In less time I can type
sed A,B\!d
using the numbers I have directly and not stuff around.
Volker
--
Volker Kuhlmann is possibly list0570 with the domain in header
http://volker.dnsalias.net/ Please do not CC list postings to me.
