Basic linux commands (Post-03)
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 file...
kshahaji00.hashnode.dev2 min read