Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ORION.MC.DUKE.EDU!bet From: bet@ORION.MC.DUKE.EDU (Bennett Todd) Newsgroups: gnu.bash.bug Subject: Bash 1.01 IFS doesn't seem to... Message-ID: <8907171938.AA08298@orion> Date: 17 Jul 89 19:38:20 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 49 I haven't gotten around to putting in 1.02; if this is already fixed please accept my apologies for cluttering the list. I am running Bash 1.01 under SunOS 3.5. Here's what I am complaining about: Script started on Mon Jul 17 15:27:14 1989 bent[1] IFS=: bent[2] while read login passwd uid gid gcos home shell;do > echo -n $gcos > done echo -n $gcos > done