Basic Linux Commands Part 1
listing command
ls <options> <arguments> -> list all sub directories and file in present directory
Examples:
ls -l--> list the files and directories in long list format with extra information
ls -a --> list all including hidden files and directo...
koushikmaharaj.hashnode.dev2 min read