> > IFS I think.. That's what it is in awk - not sure if it's the same in Bash. Ah, it is according to a quick Google: # Set IFS to newline only. See BASH(1) manpage for details on IFS. IFS=$'\n' HTH, Frank