Answers for "linux bash find files with ending and replace"

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 "linux bash find files with ending and replace"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language