perl -e'$tx="aaa \t bbb \t ccc";@let=split(/\t/,$tx);print "";s/\s//g,print "$_" foreach (@let);print "\n"'