PWD
PWD ( P RINT W¯¯ 工作會有 d irectory)當前工作目錄你在此刻:
~> $ echo $PWD
/home/user
~> $ cd directory
directory> $ echo $PWD
/home/user/directory
PWD ( P RINT W¯¯ 工作會有 d irectory)當前工作目錄你在此刻:
~> $ echo $PWD
/home/user
~> $ cd directory
directory> $ echo $PWD
/home/user/directory