Hi,

I'm trying to change the string in .bash_profile:
PATH=$PATH:/home/bin

to
PATH=$PATH/home/bin:/usr/local/httpd/bin

I'm using the following:
perl -pi~ -e 's/PATH=$PATH/home/bin/PATH=$PATH/home/bin:/usr/local/httpd/bin
' .bash_profile

but i'm getting a lot of errors.

What might be wrong ?

Any help would be apreciated.

Warm Regards,
MARG


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to