Alexandre Oliva <[EMAIL PROTECTED]>:
> >   IFS=`awk 'BEGIN { printf " \t\n" }' /dev/null`
> Did you know that shells do eat up trailing new-lines, and that's why
> we can't do it this way? :-)

so reverse it.
  IFS=`awk 'BEGIN { printf "\n \t" }' /dev/null`
--

Reply via email to