Hi all, I have got an app which has a lot of hard coded 'paths' in it which I would like to substitute...
What will i have to do to replace /usr/bin with /usr/local/bin basically add that /local before bin? I was wondering if the following would be correct: sed 's/\/usr\/bin/\/usr\/local\/bin/g' * (I tried the above but everything got horribly messed up) [maybe I did something wrong, could someone please check the above syntax?] Awaiting your reply. ~Mayuresh _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
