Basic Linux List Commands 🐧💻
• list the sub directories and files avaiable in the present directory
ls
• list the files and directories in long list format with extra information
ls -l
• list all including hidden files and directory
ls -a
• list all the files having .sh ex...
blog.anandraval.dev1 min read