Skip to content

Instantly share code, notes, and snippets.

@buithehoa
Last active January 6, 2020 08:12
Show Gist options
  • Save buithehoa/cba5beb81f6aaaa5b43297f07b27fb0f to your computer and use it in GitHub Desktop.
Save buithehoa/cba5beb81f6aaaa5b43297f07b27fb0f to your computer and use it in GitHub Desktop.
find . -maxdepth 1 -type f \( -iname '1[6-9]*flac' -o -iname '2[0-9]*.flac' \) -exec rsync -az --info=progress2 {} /somewhere/out/there \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment