When I try to do a S&R that is case insensitive using an I option at the end of the pattern s/find-word/replace-word/Ig
, I get an error that the command is garbled. The exact same works if I run it without the I, i.e. s/find-word/replace-word/g
. I am using Solaris 5.10, is it possible that our sed is old and does not support I?
Thanks