1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.ja/common/pwd.md
K.B.Dharun Krishna 898f711019
pages/*: update GNU coreutils links, sync translation pages (#15543)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-01-18 18:45:33 +05:30

389 B

pwd

現在の作業ディレクトリを表示します。 もっと詳しく: https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html

  • 現在のディレクトリを表示する:

pwd

  • 現在のディレクトリを表示し、すべてのシンボリックリンクを解決する(つまり、「物理的な」パスを表示する):

pwd -P