Linux Commands
Directories
List items.
List using ~$ ls command. Flags -a -l -r -t
-t are used to sort files by time.
-a Is used to display all files, including hidden files and folders.
-r reverses the list of files.
-l lists details of all files.
Change dir...
devops-abdulahad.hashnode.dev5 min read