in reply to Manipulating Output
> perl -pi.bak -e "s/^.*://" data.txt [download]
> perl -pe "s/^.*://" data.txt > output.txt [download]