pwd: add Japanese translation (#5906)
This commit is contained in:
12
pages.ja/common/pwd.md
Normal file
12
pages.ja/common/pwd.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# pwd
|
||||
|
||||
> 現在の作業ディレクトリを表示します。
|
||||
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/pwd>.
|
||||
|
||||
- 現在のディレクトリを表示する:
|
||||
|
||||
`pwd`
|
||||
|
||||
- 現在のディレクトリを表示し、すべてのシンボリックリンクを解決する(つまり、「物理的な」パスを表示する):
|
||||
|
||||
`pwd -P`
|
Reference in New Issue
Block a user