mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-08-21 19:33:15 +02:00
fix typos
This commit is contained in:
@ -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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user