Re: to edit PATH
virus wrote:
> I'd like to write a script that adds the current directory to the line in .bash_profile.
> I'm not too familiar with sed so , is it possible to do this solely from the bash shell, or can someone suggest a script using sed ?
>
>
> Thanx
> GC
>
Do you mean to add the current dir to your search path? Add a dot at the
end of your path in .bashrc is enough. Do not forget to separate path's
with :
|