Sorting Unix 'ls' command output by filesize
ls -Slh
-S will sort files by size
-l long listing
-h will make the output human-readable
-r will reverse the output
ls -Slh
-S will sort files by size
-l long listing
-h will make the output human-readable
-r will reverse the output