Day 2: Basic Linux commands
ls -l -- list the files and directories in long list format with extra information
ls -a -- list all including hidden files and directory
ls *.sh -- list all the files having .sh extension.
ls -i -- list the files and directories with index numbers i...
khushbuk0714.hashnode.dev1 min read