On Thu, 2017-09-07 at 11:04 +0100, steve-ALUG@hst.me.uk wrote:
Two obvious solutions. List all files by file size (is there an option in ls, or use ls -al then sort?)
ls -S
Or
ls -rS
If you want them the other way round
Or
ls -lS
If you want a full entry.