sed regular expression how do I global replace all strings "left" with "leftK" but not if the string is prefixed with "table" i.e "tableleft" ?
Better yet, once this can be done, how can I do multiple replaces on one line. Lastly, how can I do this for all files in all subdirectories?
Many thanks.
Start Free Trial