Navigation
print working directory
pwd
pwdMeaning
Prints the absolute path of the folder where the terminal is currently working.
When to use it
Run it before commands that depend on being inside the project folder.
Example
pwdRequest example
Check which folder the terminal is currently in.