I'm working with some PhotoRec output files, and I'm only interested in files that are larger than a certain size threshold let's say 10M. I've found ways to sort recursively in other posts (Sorting files according to size recursively) but I couldn't quite figure out let's say move all of these files to a different location.
Right now the structure of the folders looks something like this:
parent folder
- re1
- re2
- re...
mv
process. – thanasisp Oct 28 '20 at 05:21