In this tutorials, We are discussing about the ls command which gives the list of file and directory present inside a directory.
Along with this i have discussed about some useful option that are used in ls command to get Listing in detailed format.
ls -l = long listing
ls -t = listing according to time
ls -t = to reverse the list
ls -a = To show hidden files
ls -A = To Show hidden files, except . and ..
#Linux #ls #Unix