Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!njin!princeton!njsmu!mccc!pjh From: pjh@mccc.UUCP (Pete Holsberg) Newsgroups: comp.unix.questions Subject: Redirection Message-ID: <433@mccc.UUCP> Date: 18 Jul 89 18:21:32 GMT Distribution: na Organization: Mercer County Community College, Trenton, New Jersey Lines: 24 In a shell script (Bourne, SV), it is possible to redirect into a read statement that's in a loop like this: while read x do <......> done < file but not like this: while read x < file do <.....> done How come??? Please email and I will post a summary if tere's any interest. Thanks. -- Pete Holsberg -- Mercer College -- Trenton, NJ 08690 ...!rutgers!njin!princeton!njsmu!mccc!pjh