Skip to content

Replacing the old name with the new name of all the files and their content and the directories in a directory using shell script

Notifications You must be signed in to change notification settings

faridkarami/shell-script-replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

shell-script-replace

Replacing the old name with the new name of all the files and their content and the directories in a directory using shell script

image shell-script-replace

Usage

Define the directory path

directory="./src"

Define the old and new strings

old_string="website.com"
new_string="another.org"

About

Replacing the old name with the new name of all the files and their content and the directories in a directory using shell script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages