Skip to content

Latest commit

History

History
8 lines (5 loc) 路 197 Bytes

pushd.md

File metadata and controls

8 lines (5 loc) 路 197 Bytes

pushd

Place a directory on a stack so it can be accessed later. See also popd to switch back to original directory.

  • Switch to directory and push it on the stack:

pushd {{directory}}