What would be a UNIX command for recursively finding and replacing strings in text files on a SunOS 5.10 machine?
Ex:
I want to replace a string SIR01111
with SIR02222
in files from my current directory, recursively.
What would be a UNIX command for recursively finding and replacing strings in text files on a SunOS 5.10 machine?
Ex:
I want to replace a string SIR01111
with SIR02222
in files from my current directory, recursively.