You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

2 lines
348 B

#find -name .git -prune -o -name *.png -prune -o -name *.jpg -prune -o -name *.dll -prune -o -name .gitmodules -prune -o -type f -print
find -name .git -prune -o -name *.png -prune -o -name *.jpg -prune -o -name *.dll -prune -o -name .gitmodules -prune -o -type f -exec sed -i 's/2004-2022 by EMGU Corporation/2004-2023 by EMGU Corporation/g' {} \;