Bash Directory Manipulation Built-in Commands: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
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.
=Concepts=
==Directory Stack==


=<span id='DIRSTACK'></span><tt>DIRSTACK</tt> Environment Variable=
=<span id='DIRSTACK'></span><tt>DIRSTACK</tt> Environment Variable=

Revision as of 04:53, 6 January 2022

Internal

Overview

pushd and popd are bash built commands.

Concepts

Directory Stack

DIRSTACK Environment Variable

Commands

dirs

pushd

popd