: loop
if $1x = x exit
tr "\14" " " < $1 > x
mv x $1
shift
goto loop
