Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!caen!uwm.edu!uwvax!green.cs.wisc.edu!fagan From: fagan@green.cs.wisc.edu (Michael S. Fagan) Newsgroups: comp.unix.shell Subject: How can I read from a file in the csh (or tcsh)? Message-ID: <1991Jun3.211419.22042@spool.cs.wisc.edu> Date: 3 Jun 91 21:14:19 GMT Sender: news@spool.cs.wisc.edu (The News) Distribution: usa Organization: U of Wisconsin CS Dept Lines: 13 Hi, How can I read from a file in the csh (or tcsh) from within a script? I can do it from standard input by saying: set temp = $< but, I can't seem to figure out how to do it from a file other than having the file redirected as input. Thanks, Mike (fagan@cs.wisc.edu)