mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-02-16 15:22:44 +00:00
fixed typos
This commit is contained in:
parent
6ecd7cf784
commit
7643e712fd
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user