Update index.md (#24603)

added "- Typing 'pwd' will show you which directory you are currently working in."
pull/24609/head^2
Joe 2018-10-29 19:13:18 -04:00 committed by Randell Dawson
parent ab2e4013cd
commit 25aedd28b4
1 changed files with 2 additions and 0 deletions

View File

@ -15,5 +15,7 @@ There are a few really helpful arguments to aid this:
- `-` can be used to move to the previous directory. For example, you are in `/A`, then cd to `/B`, use `cd -` and you are back to `/A`
- `~[number]` will cd to that entry from the output of `dirs` directories can be pushed on poped to the 'dirs' stack using `pushd` and `popd` respectively.
- Typing only `cd` will move to the home directory works same as `cd ~`
- Typing 'pwd' will show you which directory you are currently working in.
### More Information:
* [Wikipedia](https://en.wikipedia.org/wiki/Cd_(command))