导航
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.