Created
June 10, 2018 09:12
-
-
Save m4vr0x/5a049bdbc24b409fb520a960c32b9064 to your computer and use it in GitHub Desktop.
find cmds
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 deluge/sonarr/ -iname TV_Show*.mkv -exec mv {} @ToMux/Vids/ \; | |
find deluge/sonarr/ -iname TV_Show*.srt -exec mv {} @ToMux/Subs/ \; | |
find . -name "*.mkv" -ctime -1 -exec cp {} ../../../SyncBox/ \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment