Search and Replace is in which command? * sed grep code example Example: grep find and replace grep -rl 'oldString' ./ | xargs sed -i 's/oldString/newString/g'