RTFM... (really: sed -n 100,115p)

Peter Renzland peter at ontmoh.UUCP
Mon May 15 15:34:38 AEST 1989


bph at buengc.BU.EDU (Blair P. Houghton) writes:

> ...
> I just can't seem to get sed(1) to print lines 110 through 115 of
> a file.  It seems the most basic of things, but sed(1) insists on
> printing the whole file, no matter what I do...
> 
> What is the proper one-liner syntax for that?

	sed -n 110,115p
-- 
Peter Renzland @ Ontario Ministry of Health  416/964-9141  peter at ontmoh.UUCP



More information about the Comp.unix.questions mailing list