I have to find and replace all the occurrence of a string in all files /eOffice/eofficev6
to /eOffice/SAPS/eofficev6
recursively in a directory in RHEL 7.4.
Problem is that I using sed -i
but my string also containing /
slash.
How to replace all string having /
?