From 4ac50b77b10d793df33dc3592fb1dab251130b49 Mon Sep 17 00:00:00 2001 From: juan88 Date: Wed, 11 Oct 2017 18:00:51 -0300 Subject: [PATCH] pushd: improved description of command --- pages/linux/pushd.md | 1 + pages/osx/pushd.md | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/linux/pushd.md b/pages/linux/pushd.md index 97d7a43756..56095473e6 100644 --- a/pages/linux/pushd.md +++ b/pages/linux/pushd.md @@ -1,6 +1,7 @@ # pushd > Place a directory on a stack so it can be accessed later. +> See also `popd` to switch back to original directory. - Switch to directory and push it on the stack: diff --git a/pages/osx/pushd.md b/pages/osx/pushd.md index 97d7a43756..56095473e6 100644 --- a/pages/osx/pushd.md +++ b/pages/osx/pushd.md @@ -1,6 +1,7 @@ # pushd > Place a directory on a stack so it can be accessed later. +> See also `popd` to switch back to original directory. - Switch to directory and push it on the stack: