pwd: add Japanese translation (#5906)

This commit is contained in:
あでり
2021-05-07 20:24:55 +09:00
committed by GitHub
parent 49939b7cad
commit c5d70c0e7a

12
pages.ja/common/pwd.md Normal file
View File

@@ -0,0 +1,12 @@
# pwd
> 現在の作業ディレクトリを表示します。
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/pwd>.
- 現在のディレクトリを表示する:
`pwd`
- 現在のディレクトリを表示し、すべてのシンボリックリンクを解決する(つまり、「物理的な」パスを表示する):
`pwd -P`