2017-10-09 04:09:49 +01:00
|
|
|
# pushd
|
|
|
|
|
|
|
|
> Place a directory on a stack so it can be accessed later.
|
2017-10-10 03:12:58 +01:00
|
|
|
> See also `popd` to switch back to original directory.
|
2017-10-09 04:09:49 +01:00
|
|
|
|
|
|
|
- Switch to directory and push it on the stack:
|
|
|
|
|
|
|
|
`pushd {{directory}}`
|