Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!ox.com!ox.com!emv From: emv@ox.com (Ed Vielmetti) Newsgroups: comp.unix.questions Subject: Re: How to view files from FTP. Message-ID: Date: 10 Feb 91 20:28:11 GMT References: <143291@tiger.oxy.edu> <1991Feb10.093616.26635@ux1.cso.uiuc.edu> Sender: usenet@ox.com (Usenet News Administrator) Organization: OTA Limited Partnership, Ann Arbor MI. Lines: 6 In-Reply-To: dslg0849@uxa.cso.uiuc.edu's message of 10 Feb 91 09:36:16 GMT i use (when the occasion warrants it) ftp> get file.Z "| zcat | less" note the quotes if there are embedded spaces in the command. --Ed