added pwd command (#19907)

This commit is contained in:
tattoodgeek
2018-10-23 15:37:14 -05:00
committed by Tracey Bushman
parent a740f04bf4
commit 95e8df6c47

View File

@ -36,3 +36,9 @@ ls (List) - This command list the content in the current directory. It can be al
ls
```
Now we can see our directories in our home.
pwd (Print Working Directory) - This command lists the directory you are currently in.
```unix
pwd
```