Skip to content

Latest commit

 

History

History
33 lines (12 loc) · 1.17 KB

list directory readme.md

File metadata and controls

33 lines (12 loc) · 1.17 KB

The ls command lists all the files and directories in the current directory.

image

The -l command provides detailed information about the files in the directory. image

The ls -S command sorts the files by size.

image

The -t command sorts the files by the time they were last modified

image

ls -hrsl command sorts the files from smallest to largest file

image

The -a command is used to see hidden files

image