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