From 955fc500415ae319b08902cfdd28cce2fc47830c Mon Sep 17 00:00:00 2001 From: lakhininenina <99631909+lakhininenina@users.noreply.github.com> Date: Tue, 14 Jun 2022 19:41:52 +0000 Subject: [PATCH] popd: add more information link (#8129) --- pages/common/popd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/popd.md b/pages/common/popd.md index ed488b32dd..dc142c5c83 100644 --- a/pages/common/popd.md +++ b/pages/common/popd.md @@ -2,6 +2,7 @@ > Remove a directory placed on the directory stack via the pushd shell built-in. > See also `pushd` to place a directory on the stack and `dirs` to display directory stack contents. +> More information: . - Remove the top directory from the stack and cd to it: