in reply to Re: Adding '#' in the beginning of each linein thread Adding '#' in the beginning of each line
Yup. Or:
perl -pe "print '#'" [download]