Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save redpop/b43910fc4fffe90e3b9ebe9bb452698b to your computer and use it in GitHub Desktop.

Select an option

Save redpop/b43910fc4fffe90e3b9ebe9bb452698b to your computer and use it in GitHub Desktop.
rsync copy only PDFs recursive from source to target folder
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