added pwd command (#19907)
This commit is contained in:
committed by
Tracey Bushman
parent
a740f04bf4
commit
95e8df6c47
@ -36,3 +36,9 @@ ls (List) - This command list the content in the current directory. It can be al
|
|||||||
ls
|
ls
|
||||||
```
|
```
|
||||||
Now we can see our directories in our home.
|
Now we can see our directories in our home.
|
||||||
|
|
||||||
|
pwd (Print Working Directory) - This command lists the directory you are currently in.
|
||||||
|
|
||||||
|
```unix
|
||||||
|
pwd
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user