Day 3 Task
BASICS COMMAND OF LINUX
ls - The ls is the list command in Linux. It will show the full list or content of your directory.
ls -a - you can see the whole list of files, including the hidden files.
ls -l - The ls command will only display the files.
...
safiakhatoon.hashnode.dev3 min read