mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-22 12:43:39 +00:00
fixed typos
This commit is contained in:
parent
6ecd7cf784
commit
7643e712fd
1 changed files with 2 additions and 1 deletions
|
@ -1496,9 +1496,10 @@ cp -rp /path/to/directory
|
|||
|
||||
```bash
|
||||
pushd .
|
||||
|
||||
# then pop
|
||||
popd
|
||||
#pushd .
|
||||
|
||||
#or use dirs to display the list of currently remembered directories.
|
||||
dirs -l
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue