導覽
print working directory
pwd
pwd意思
Prints the absolute path of the folder where the terminal is currently working.
使用時機
Run it before commands that depend on being inside the project folder.
範例
pwd請求範例
Check which folder the terminal is currently in.