fix typos

This commit is contained in:
I-Man Ng
2019-05-14 12:22:35 +08:00
committed by GitHub
parent f19e1eb7fd
commit 1f64f38cc5

View File

@ -94,7 +94,6 @@ Esc + c
```bash
# '*' character serves as a "wild card" for filename expansion.
# '?' character serves as a single-character "wild card" for filename expansion.
```bash
/b?n/?at #/bin/cat
/etc/pa*wd #/etc/passwd
```