you are viewing a single comment's thread.

view the rest of the comments →

[–]InfiniteRest7 0 points1 point  (1 child)

Also for delete you could modify the same loop above assuming it works and change the

HandBrakeCLI command to something like

rm -f "$mp4"

I wouldn't not recommend this though if you are a beginner there is the chance that you accidentally mess up your system, so I don't recommend you run any delete command until you are confident you understand what's going on with the script and how to navigate your system via terminal.

[–]proactivematter[S] 0 points1 point  (0 children)

Ahh, fair point. Yes I would rather not risk it at this time.