Created
September 9, 2020 14:46
-
-
Save redpop/b43910fc4fffe90e3b9ebe9bb452698b to your computer and use it in GitHub Desktop.
rsync copy only PDFs recursive from source to target folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rsync -rv --include '*/' --include '*.pdf' --exclude '*' /path/to/source/ /path/to/target/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment