ls
-lh
" displays the sizes of the files in megabytes or gigabytes, as
appropriate. This switch works with du (used to determine the disk
usage of a directory), df (used to determine the free space of a
partition) and many other commands.ls -lSh
".ls -larth
".ps -eo pcpu,vsz,args,time |
sort -rn | head -11
ls -d */
will do the trick.