[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bash command



* 2011-10-20T09:29:35+01:00 * Jesus arteche wrote:

> I want to create a script to change some words in some sonf files at
> the start up of the system...do you know the command in bash for
> search the word and replace it??

Sounds like you need "sed" command and its s/.../.../ command. Probably
sed's --in-place option will be useful.


Reply to: