Lesson 1 - Basic commands to navigate directories
pwd (Print Working Directory):
Displays your current directory (or folder) within the terminal. It's useful to know where you are within the file system.
mkdir (Make Directory):
Creates a new directory (or folder) in the specified location.
...
gyannbaato.hashnode.dev2 min read