Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!decwrl!public!thad From: thad@public.BTR.COM (Thaddeus P. Floryan) Newsgroups: comp.unix.questions Subject: Re: How to view files from FTP. Message-ID: <1813@public.BTR.COM> Date: 18 Feb 91 02:04:05 GMT References: <143291@tiger.oxy.edu> <1991Feb10.093616.26635@ux1.cso.uiuc.edu> <1991Feb16.162116.8799@onion.rain.com> Organization: BTR Public Access UNIX, MtnView CA, Contact: cs@btr.com 415-966-1429 Lines: 17 In article <1991Feb16.162116.8799@onion.rain.com> jeff@onion.rain.com (Jeff Beadles) writes: > >If the file is a plain text file, then I usually just use: >ftp> get filename /dev/tty Actually, the following is more (no pun!) convenient, esp. to prevent scrolling off the top of one's screen: ftp> get file |pager ^^ NOTE: no spaces between "|" and "pager", and "pager" should be the name of the viewer you wish to use (i.e. less, more, pg, whatever). This trick also is convenient for dir listings per: ftp> ls -lR |pager Thad Floryan [ thad@btr.com (OR) {decwrl, mips, fernwood}!btr!thad ]