fixed typos

This commit is contained in:
I-Man Ng
2019-05-09 16:07:23 +08:00
committed by GitHub
parent 6ecd7cf784
commit 7643e712fd

View File

@ -1496,9 +1496,10 @@ cp -rp /path/to/directory
```bash ```bash
pushd . pushd .
# then pop # then pop
popd popd
#pushd .
#or use dirs to display the list of currently remembered directories. #or use dirs to display the list of currently remembered directories.
dirs -l dirs -l
``` ```