Quest Objective:
Use the pwd command to display your current directory.
The pwd command stands for "Print Working Directory". It displays the full "path" of the current directory you're in.
How to use:
Simply type pwd in your terminal and press Enter.
Your Task:
Use the pwd command to display your current working directory.
❌ Not completed