The ls command lists all the files and directories in the current directory.
The -l command provides detailed information about the files in the directory.
The ls -S command sorts the files by size.
The -t command sorts the files by the time they were last modified
ls -hrsl command sorts the files from smallest to largest file
The -a command is used to see hidden files