I’m looking for the easiest way to get the list of media files ( by extensions like mp4,avi,mkv,...) recursively from a folder filtered to get only the ones with one hardlink.
My ls -lR output currently is composed by * Permissions * Nb of Hardlink * Owner * Group * Size * Date * Name
Like https://unix.stackexchange.com/questions/103114/what-do-the-fields-in-ls-al-output-mean#103118
I’m currently using a mix of ls and grep but it’s not working fine as it provides the full info and not just the filename.
Thanks for your help!