ls man page says
-s, --size
print the size of each file, in blocks
-S sort by file size
but to sort by block size (not always the same as file size due to
files with holes), one must do
ls -s|sort -n
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils
