移動
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.