mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-22 12:43:39 +00:00
Fix typo in README.md (singer -> single)
This commit is contained in:
parent
c2b96736bd
commit
c136e0f36f
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ grep 'A\|B\|C\|D'
|
|||
grep 'A.*B'
|
||||
```
|
||||
|
||||
##### Regex any singer character (e.g. ACB or AEB)
|
||||
##### Regex any single character (e.g. ACB or AEB)
|
||||
```bash
|
||||
grep 'A.B'
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue