mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
fix typos
This commit is contained in:
parent
f19e1eb7fd
commit
1f64f38cc5
@ -94,7 +94,6 @@ Esc + c
|
|||||||
```bash
|
```bash
|
||||||
# '*' character serves as a "wild card" for filename expansion.
|
# '*' character serves as a "wild card" for filename expansion.
|
||||||
# '?' character serves as a single-character "wild card" for filename expansion.
|
# '?' character serves as a single-character "wild card" for filename expansion.
|
||||||
```bash
|
|
||||||
/b?n/?at #/bin/cat
|
/b?n/?at #/bin/cat
|
||||||
/etc/pa*wd #/etc/passwd
|
/etc/pa*wd #/etc/passwd
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user