Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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

find . -name "boom.txt" -exec cp ~/replace.txt {} ;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #bash #find #replace #files #specifc #file
ADD COMMENT
Topic
Name
7+5 =