LS: Difference between revisions

151 bytes added ,  6 years ago
no edit summary
No edit summary
No edit summary
 
Line 2:
__TOC__
<br />
 
LS command is used to list the files in a directory.
 
Line 52 ⟶ 51:
*List file sorted by modification time
ls -t
ls -tr (in Reverse Order)
ls -lhtrlhtra (Large, Human readable, Time sort, Reverse order,hidden)
 
*List file sorted by Size
ls -lS
ls -lSr (in Reverse Order)
ls -lhSra (Large, Human readable, Time sort, Reverse order,hidden)
 
<br />