Skip to content

Instantly share code, notes, and snippets.

@m4vr0x
Created June 10, 2018 09:12
Show Gist options
  • Save m4vr0x/5a049bdbc24b409fb520a960c32b9064 to your computer and use it in GitHub Desktop.
Save m4vr0x/5a049bdbc24b409fb520a960c32b9064 to your computer and use it in GitHub Desktop.
find cmds
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