From f103ad05d113c42992aad3186e66abd68cb27113 Mon Sep 17 00:00:00 2001 From: Juan Martin Enriquez Date: Sun, 8 Oct 2017 23:21:56 -0300 Subject: [PATCH] popd: added page for windows --- pages/windows/popd.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/windows/popd.md diff --git a/pages/windows/popd.md b/pages/windows/popd.md new file mode 100644 index 000000000..7c79c54c9 --- /dev/null +++ b/pages/windows/popd.md @@ -0,0 +1,7 @@ +# popd + +> Changes the current directory to the directory stored by the `pushd` command + +- Switch to directory at the top of the stack: + +`popd` \ No newline at end of file