pwd
現在の作業ディレクトリを表示します。 もっと詳しく: https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html。
- 現在のディレクトリを表示する:
pwd
- 現在のディレクトリを表示し、すべてのシンボリックリンクを解決する(つまり、「物理的な」パスを表示する):
pwd -P
現在の作業ディレクトリを表示します。 もっと詳しく: https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html。
pwd
pwd -P