×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Bash
Posted by: Massimo Zappino
Added: Jul 11, 2011 8:15 AM
Views: 667
Tags: files size sort
  1. # Sort by size from largest to smallest
  2. ls -lS
  3.  
  4. # Sort by time from smallest to largest
  5. ls -lSr