diff --git a/pages.ja/common/pwd.md b/pages.ja/common/pwd.md new file mode 100644 index 000000000..49c7bd7c0 --- /dev/null +++ b/pages.ja/common/pwd.md @@ -0,0 +1,12 @@ +# pwd + +> 現在の作業ディレクトリを表示します。 +> 詳しくはこちら: . + +- 現在のディレクトリを表示する: + +`pwd` + +- 現在のディレクトリを表示し、すべてのシンボリックリンクを解決する(つまり、「物理的な」パスを表示する): + +`pwd -P`