EZ Linux Admin random header image

Find and Replace script for Linux

January 22nd, 2008 by EZ linux · No Comments

  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. # [...]

Click to continue →

Tags: Linux Tricks