Shell Script to Recursively Search and Replace on Linux Save the file in the directory you want to search and call it replace. —->>>do not add this line #!/bin/bash # This script will search and replace all regular files for a string # supplied by the user and replace it with another string. #… Continue reading Find and Replace script for Linux