Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 510 Bytes

cmd_popd.wiki

File metadata and controls

25 lines (17 loc) · 510 Bytes

  1. summary popd command documentation

Table of Contents

popd

Pop the current working directory off the stack and change to the next directory on the stack. Can be relative pathname or fully specified path.

Synopsis

= Description

This command pops a directory off of the directory stack and [cmd_cd]. See the [cmd_dirs dirs] command for an explanation of the directory stack.

See Also

[cmd_cd] [cmd_dirs] [cmd_ls] [cmd_pushd] [cmd_source] [cmd_pwd]