Linux Commands — list directory options

list directory contents
ls -lrta
-a, --all    : do not ignore entries starting with .
-l           :use a long listing format
-r, --reverse: reverse order while sorting
-t           :sort by modification time
To be continued…

Comments

Popular posts from this blog

Pentaho ETL

Copy files from one computer to other using ‘scp’ command