Living in the Shell; ls [LS#5]

ls 🚚

Lists directory content.

Long list (detailed format) -l

cd ~ && ls -l

drwxr-xr-x 5 babak babak 4096 Nov 1 12:49 Desktop
drwxr-xr-x 9 babak babak 4096 Nov 21 18:49 Documents
drwxr-xr-x 2 babak …


This content originally appeared on DEV Community and was authored by Babak K. Shandiz

ls 🚚

Lists directory content.

Long list (detailed format) -l

cd ~ && ls -l
drwxr-xr-x 5 babak babak       4096 Nov  1 12:49 Desktop
drwxr-xr-x 9 babak babak       4096 Nov 21 18:49 Documents
drwxr-xr-x 2 babak babak      20480 Nov 23 17:21 Pictures
...

Show directories first --group-directories-first

cd ~ && ls --group-directories-first

List directory itself, not its content -d

cd ~ && ls -lhd Documents
drwxr-xr-x 9 babak babak 4.0K Nov 21 18:49 Documents

List all files (include dot-files) -a

cd ~ && ls -a

Print human-readable sizes -h

cd ~ && ls -lh
drwxr-xr-x 5 babak babak 4.0K Nov  1 12:49 Desktop
drwxr-xr-x 9 babak babak 4.0K Nov 21 18:49 Documents
drwxr-xr-x 2 babak babak  20K Nov 23 17:21 Pictures
...

Sort by time -t

cd ~ && ls -lht
drwxr-xr-x 2 babak babak  20K Nov 23 17:21 Pictures
drwxr-xr-x 9 babak babak 4.0K Nov 21 18:49 Documents
drwxr-xr-x 5 babak babak 4.0K Nov  1 12:49 Desktop

Sort by size -s

cd ~ && ls -lhs

Reverse sort order -r

cd ~ && ls -lhsr
drwxr-xr-x 2 babak babak  20K Nov 23 17:21 Pictures
drwxr-xr-x 9 babak babak 4.0K Nov 21 18:49 Documents
drwxr-xr-x 5 babak babak 4.0K Nov  1 12:49 Desktop


This content originally appeared on DEV Community and was authored by Babak K. Shandiz


Print Share Comment Cite Upload Translate Updates
APA

Babak K. Shandiz | Sciencx (2021-11-28T17:37:58+00:00) Living in the Shell; ls [LS#5]. Retrieved from https://www.scien.cx/2021/11/28/living-in-the-shell-ls-ls5/

MLA
" » Living in the Shell; ls [LS#5]." Babak K. Shandiz | Sciencx - Sunday November 28, 2021, https://www.scien.cx/2021/11/28/living-in-the-shell-ls-ls5/
HARVARD
Babak K. Shandiz | Sciencx Sunday November 28, 2021 » Living in the Shell; ls [LS#5]., viewed ,<https://www.scien.cx/2021/11/28/living-in-the-shell-ls-ls5/>
VANCOUVER
Babak K. Shandiz | Sciencx - » Living in the Shell; ls [LS#5]. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/11/28/living-in-the-shell-ls-ls5/
CHICAGO
" » Living in the Shell; ls [LS#5]." Babak K. Shandiz | Sciencx - Accessed . https://www.scien.cx/2021/11/28/living-in-the-shell-ls-ls5/
IEEE
" » Living in the Shell; ls [LS#5]." Babak K. Shandiz | Sciencx [Online]. Available: https://www.scien.cx/2021/11/28/living-in-the-shell-ls-ls5/. [Accessed: ]
rf:citation
» Living in the Shell; ls [LS#5] | Babak K. Shandiz | Sciencx | https://www.scien.cx/2021/11/28/living-in-the-shell-ls-ls5/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.