This entry is part 6 of 19 in the Bash-whacking series

Sometimes you want to get to all MP3 or PDF files which are nested in a deep directory tree. Here's what you do..

rsync -rvtW --delay-updates --modify-window=1 --progress --include='*.pdf' --include='*.xml' --exclude='*.*' source dest