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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
``` ```