So I made this script Convert videos recursively with handbrake.
And it uses this command as an option
find . -name '*.mkv' -exec rm -r {} \;
But i made this new script, for removing audio streams recursively Remove Audio Streams of videos - recursively without converting audio or video with FFMPEG
But I would like to add the option to remove all *.mkv files EXCEPT ones that are *FINAL.mkv as that is the output my second script uses for the files.
Could somebody help real quick, I'm not very good at coding, I can just manipulate it very well and understand it :P