: !/bin/sh for name in $* do echo $name tr '\002' '\012' <$1 | sed -e 's/^//' >/tmp/$1.tmp cp /tmp/$1.tmp $1 rm -f /tmp/$1.tmp done