retmas

u/retmas@lemm.ee
0 posts · 3 comments

Recent posts

No posts.

Recent comments

on aaa · c/linux · 7 pts · 1y

Current directory and all its subdirectories - to be exact :)

You can execute the find command only (with arguments, so until the pipe) to verify modified files beforehand.

on aaa · c/linux · 17 pts · 1y

If you are talking about the mkv embedded title, try this:

find -type f -iname "*.mkv" | while read "i" ; do mkvpropedit "${i}" --edit info --set "title=" ; done