Here we will exploring other attributes in ls command we have.
- Using below various options with ls command
- Go to cd /etc directory and perform below command to complete the task and provide screenshot for every output
- ls -a |using to checkout all hidden files
- ls -R |using to provide recursive list
- ls -r |using for see output in reverse order
- ls -t | for sorting by last modified files
- ls -S |for sorting by file size
- ls -L |for see output in long listing format
- ls -l |to showcase the output one file per line
- ls -Q |showing output in Quoted format