Add 'related commands' section with info about pushd, popd, dirs (#32824)

Would be useful to create a separate page for these commands and to add links from this page as appropriate.
This commit is contained in:
simchuck
2019-01-16 10:43:15 -08:00
committed by Christopher McCormack
parent c00bd7172c
commit fbcbb1eda0

View File

@ -30,5 +30,8 @@ Change directory to `projects` folder:
cd projects
```
### Related Commands
The `cd` command is the daily workhorse for navigating through your path, but closely related are the `pushd`, `popd`, and `dirs` commands, which maintain a *stack* of your directory movements and allow you to more quickly navigate through this stack.
### More Information:
* [Wikipedia](https://en.wikipedia.org/wiki/Cd_(command))