mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 09:15:31 +02:00
13 lines
357 B
Markdown
13 lines
357 B
Markdown
![]() |
# pwd
|
||
|
|
||
|
> 現在の作業ディレクトリを表示します。
|
||
|
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/pwd>.
|
||
|
|
||
|
- 現在のディレクトリを表示する:
|
||
|
|
||
|
`pwd`
|
||
|
|
||
|
- 現在のディレクトリを表示し、すべてのシンボリックリンクを解決する(つまり、「物理的な」パスを表示する):
|
||
|
|
||
|
`pwd -P`
|