Path: utzoo!attcan!uunet!cs.utexas.edu!rutgers!apple!motcsd!hpda!hpcupt1!hpsal2!morrell From: morrell@hpsal2.HP.COM (Michael Morrell) Newsgroups: comp.unix.questions Subject: Re: RTFM... I wish... (Re: appolgies "obviously") Message-ID: <14660012@hpsal2.HP.COM> Date: 15 May 89 18:47:23 GMT References: <2859@buengc.BU.EDU> Organization: HP System Architecture Lab, Cupertino Lines: 10 / hpsal2:comp.unix.questions / bph@buengc.BU.EDU (Blair P. Houghton) / 5:27 am May 14, 1989 / In that vein, I've R'ed TMFM, and I've twiddled the permutations, but 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? ---------- Try "sed -n 110,115p".