#set -o noglob #string="text * text" # echo $string text * text # IFS="*" # set -- $string # echo $1 text # echo $2 text # echo $1\\052$2 text \052 text