Skip to content

Commit 099f9a8

Browse files
authored
update cd command (#100)
1 parent 71e9619 commit 099f9a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,10 @@ moves you to home directory. This command accepts an optional `dirname`, which m
711711
```bash
712712
cd dirname
713713
```
714+
Switch to the previous working directory
715+
```bash
716+
cd -
717+
```
714718

715719
### b. `mkdir`
716720
Makes a new directory.

0 commit comments

Comments
 (0)