View Single Post

  #6 (permalink)  
Old 09-22-2007, 10:47 PM
gary_johnson_53 gary_johnson_53 is offline
Junior Member
User
 
Join Date: Sep 2007
My distro: Debian
Posts: 2
Rep Power: 0
gary_johnson_53 is on a distinguished road
Default I used Bash's Internal File Separator

# set Bash's Internal File Separator (IFS) to just line end instead of space and line end
IFS="
"
Reply With Quote