On Fri, 3 Nov 2000, Stephen Shirley wrote: > IFS='^V^M' > > where ^V means pressing ctrl+v > and ^M means just hitting return. > > Steve > Hmm - that explanation was a bit misleading. Right - 2nd attempt: IFS='^M' where ^M is gotten by pressing ctrl+v followed by hitting return. There. That's better. Steve