Last active
January 6, 2020 08:12
-
-
Save buithehoa/cba5beb81f6aaaa5b43297f07b27fb0f to your computer and use it in GitHub Desktop.
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
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