Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!think!bloom-beacon!mit-eddie!rutgers!bellcore!faline!ulysses!mhuxt!ihnp4!occrsh!occrsh.ATT.COM!rjd From: rjd@occrsh.ATT.COM Newsgroups: comp.sources.d Subject: Re: Sun vs. 3B2 (was: Ksh availabil Message-ID: <147000003@occrsh.ATT.COM> Date: Fri, 6-Nov-87 09:43:00 EST Article-I.D.: occrsh.147000003 Posted: Fri Nov 6 09:43:00 1987 Date-Received: Wed, 11-Nov-87 03:57:50 EST References: <6615@brl-smoke.ARPA> Lines: 14 Nf-ID: #R:brl-smoke.ARPA:-661500:occrsh.ATT.COM:147000003:000:585 Nf-From: occrsh.ATT.COM!rjd Nov 6 08:43:00 1987 > >"pg" is sorry compared to "less". > > Pg is comparable to less. Both let you go to an arbitrary point in a file. > Both let you page backwards (but less will use scroll-backwards, if your > terminal has it; pg doesn't). Pg with the -n option will use cbreak mode, > like less, so you don't have to hit RETURN after every command. I usually use vi as a pager. It usually serves my needs quite well, though it may not be elegant.... (it will scroll up/down and everything that has so far been mentioned). You could use view, the link to vi that does not allow writes. Randy