|
replace a string
hello
I have a file where an entry needs to be modified. an example of this entry is:
install_location=/xena/sybase/ase12_5
I need to replace xena with another hostname (`hostname` output) for example:
install_location=/dx1/sybase/ase12_5
how to do that?
thanks
|