I am trying to get the files older than a number of days and list them in descending order based on their size with all their information (size, full path etc - something similar that is provided by ls
).
While I am able to locate files older with:
find . -mtime +10
I am not able to list of the desired information.