Hello,
I would like to replace a file option. This option is as follows:
With SED I would take the option to FALSE so I starting like this:Code:OPTION = "TRUE"
This does not work. How can I make this work with the sed command? Help needed guys! Thank you in advance.Code:sed-i-e 's / OPTION = "TRUE" / OPTION = "FALSE" / g' / etc / file
Bookmarks