gaintsev
12/12/2016 - 9:33 AM

recursively-move-files.sh

find src/dir/ -name '*.txt' -exec mv {} target/dir/ \;