Day-2 of DevOps
Listing commands
ls option_flag arguments --> list the sub directories and files available 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 f...
gokuldevops.hashnode.dev1 min read