Recursive Find and Replace
This works on most linux boxes.
find /path/to/start/from/ -type f | xargs perl -pi -e ’s/applicationX/applicationY/g’
This works on most linux boxes.
find /path/to/start/from/ -type f | xargs perl -pi -e ’s/applicationX/applicationY/g’