
Lonely hut by Silviu Vulcan (silviuvulcan) Silviu Vulcan: Photos · Blog · Activity · Friends · Favorites RSS: Popular Photos · Editors Choice · Upcoming Photos · Fresh Photos Social: Twitter · Facebook · LiveJournal · Blog
This is a handy one liner that searches and replaces text in multiple files. (You can use find for example to run it in multiple folders) View Code BASH1 perl -pi -e 's/old_text/new_text/g' *.conf This line replaces old_text with new_text in all the .conf files in the current folder. Of course you can use...
Recent Comments