Ernie Tucker wrote:
> 
> I have a text file that has a list of info. I need to add a 00 to the
> beginning of each line. What is the best way to do this?


perl -pi -e's/^/00/' yourfile.txt



John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to