hi
this seems like a simple question: HOW DO I SET THE IFS VARIABLE IN MY SCRIPT? i just can't get it to work!
i tried different things:
IFS="."
IFS=.
IFS='.'
echo $IFS # never returns what i want, just blank
but non worked. i'm trying to define ifs at the beginning of my ksh-script, then use it for the set command.
thanks
woche
this seems like a simple question: HOW DO I SET THE IFS VARIABLE IN MY SCRIPT? i just can't get it to work!
i tried different things:
IFS="."
IFS=.
IFS='.'
echo $IFS # never returns what i want, just blank
but non worked. i'm trying to define ifs at the beginning of my ksh-script, then use it for the set command.
thanks
woche