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