Shell command to search and replace in file-linux
by satheeshkumar[ Edit ] 2012-07-03 15:45:26
The following shell command used to search and replace in file,
. -name "*.php" -print
Find all files (recursively) which has “.php” in the file and print them out.