Skip to content

Instantly share code, notes, and snippets.

@eriknelson
Created January 16, 2017 21:30
Show Gist options
  • Save eriknelson/5b386e24b979e5461f1a99519c9a0f4c to your computer and use it in GitHub Desktop.
Save eriknelson/5b386e24b979e5461f1a99519c9a0f4c to your computer and use it in GitHub Desktop.
rsync grep matched files
# Reads --files-from - (stdin)
ls -A1 | grep -E "(E1[0-2])|(E0[5-9])" | rsync -arvsP --files-from - ./ [email protected]:/nas/tv/Duder\ Spaced/Season\ 2\ 264
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment