From 5f255cca7daa568170f6669f326520a43deca353 Mon Sep 17 00:00:00 2001 From: Juan Martin Enriquez Date: Fri, 6 Oct 2017 17:57:45 -0300 Subject: [PATCH] popd: Modified description --- pages/linux/popd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/popd.md b/pages/linux/popd.md index bd9761b5a..fab4246dc 100644 --- a/pages/linux/popd.md +++ b/pages/linux/popd.md @@ -1,4 +1,4 @@ -# Popd +# popd > Remove a directory placed on the directory stack via the pushd shell built-in. @@ -6,10 +6,10 @@ `popd` -- Remove the Nth directory (starting from zero to the left from the list printed with dirs): +- Remove the Nth directory (starting from zero to the left from the list printed with `dirs`): `popd +N` -- Remove the Nth directory (starting from zero to the right from the list printed with dirs): +- Remove the Nth directory (starting from zero to the right from the list printed with `dirs`): `popd -N`