From b46926badfe9726b122eeecb4f14e06035ccd552 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 22 Jul 2014 18:02:47 +0800 Subject: [PATCH] add pwd page --- pages/common/pwd.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/pwd.md diff --git a/pages/common/pwd.md b/pages/common/pwd.md new file mode 100644 index 000000000..04ae7dfa6 --- /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`