Day 2 Task: Basics linux command
Task: What is the linux command to
Check your present working directory.
pwd -> present working directory
List all the files or directories including hidden files.
ls -a -> list command will list all files including hidden files
Create a neste...
goutsav.hashnode.dev1 min read