Get the top 20 largest files in a directory Posted on August 9, 2012August 9, 2012 by Jordansphere ls -lhS | head -20 To delve further into sub directories set the R (for recursive) flag. ls -lhRS | head -20 Share this:TwitterFacebookLinkedInPrint