Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cwjcc!kiwi!chet From: chet@kiwi.CWRU.EDU (Chet Ramey) Newsgroups: gnu.bash.bug Subject: Re: Bash 1.01 IFS doesn't seem to... Summary: FIX Message-ID: <430@cwjcc.CWRU.Edu> Date: 19 Jul 89 18:00:13 GMT References: <8907171938.AA08298@orion> Sender: news@cwjcc.CWRU.Edu Reply-To: chet@kiwi.INS.CWRU.Edu (Chet Ramey) Distribution: gnu Organization: CWRU Andrew R. Jennings Computing Center Lines: 29 Bennett Todd writes: ?bent[1] IFS=: ?bent[2] while read login passwd uid gid gcos home shell;do ?> echo -n $gcos ?> done