diff --git a/pages/common/pwd.md b/pages/common/pwd.md new file mode 100644 index 0000000000..04ae7dfa6f --- /dev/null +++ b/pages/common/pwd.md @@ -0,0 +1,11 @@ +# pwd + +> Print name of current/working directory + +- Print the current directory + +`pwd` + +- Print the current directory, and resolve all symlinks (e.g. show the "physical" path) + +`pwd -P`