perl -ne "map { s%^\s+%%g; s%\s+$%%g; s% +% %g; s%\"%%g; } $_;" test1.txt > test1.aus