Answers for "search and replace filenames bash"

1

bash find and replace all files with specifc name with another file

find . -name "boom.txt" -exec cp ~/replace.txt {} \;
Posted by: Guest on June-25-2020

Code answers related to "search and replace filenames bash"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language