#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' {} \;