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

Latest commit

 

History

History
23 lines (15 loc) · 402 Bytes

cmd_pushd.wiki

File metadata and controls

23 lines (15 loc) · 402 Bytes

  1. summary pushd command documentation

Table of Contents

pushd

Push a directory onto the directory stack, changing to it.

Synopsis

Description

Maintain a stack of working directories and push the directory on to the stack. Can be relative path name or fully specified.

See Also

[cmd_cd] [cmd_dirs] [cmd_ls] [cmd_popd] [cmd_source] [cmd_pwd]