Bash Directory Manipulation Built-in Commands: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux * bash Built-in Commands =Overview= <code>pushd</code> and <code>popd</code> are bash built commands.")
 
Line 5: Line 5:
=Overview=
=Overview=
<code>pushd</code> and <code>popd</code> are bash built commands.
<code>pushd</code> and <code>popd</code> are bash built commands.
=<span id='DIRSTACK'></span><tt>DIRSTACK</tt> Environment Variable=

Revision as of 04:50, 6 January 2022

Internal

Overview

pushd and popd are bash built commands.

DIRSTACK Environment Variable