mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 18:15:25 +02:00
406 B
406 B
pwd
現在の作業ディレクトリを表示します。 もっと詳しく: https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html。
- 現在のディレクトリを表示する:
pwd
- 現在のディレクトリを表示し、すべてのシンボリックリンクを解決する(つまり、「物理的な」パスを表示する):
pwd {{[-P|--physical]}}