Al wrote: > I am looking for a program similar to head or tail. It should display > a given range of lines or take a line and a context number like grep. How about combining both? Show 10 lines starting with line 20: tail -n +20