Day 2 - Basic Linux Commands
➡Listing commands
ls option_flag arguments --> list the sub directories and files avaiable in the present directory
Examples:
ls -l--> list the files and directories in long list format with extra information
ls -a --> list all including hidden fil...