Page is a not externally linkable
- Hardware and OS Related Technologies
-- Linux, Unix, and *nix like Operating Systems
---- Find and replace many files at once
gutabo - 9:19 pm on Jun 10, 2012 (gmt 0)
Nevermind, found a way:
cd rootPath
find . -type f -print0 | xargs -0 sed -i 's/obscenelyLongOldPath/newPath/g'
Thread source:: http://www.webmasterworld.com/linux/4463540.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com