2.11.4 DIRS, PUSHD and POPD

With these commands, you can view and work with the directory stack (a list of recently-visited directories) and change the current working directory in Linux and other Unix type operating systems.

  • dirs: Displays the list of currently saved directories.
  • pushd: Adds directories to the stack.
  • popd: Removes directories from the stack.

Refer to the SQLcl command-line help for more information about these commands.