grep replacement in linux code example Example: grep find and replace grep -rl 'oldString' ./ | xargs sed -i 's/oldString/newString/g'