mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
edfixed grep command "Regex with or without a certain character"
This commit is contained in:
parent
c70067d38f
commit
a59c8598b0
@ -413,7 +413,7 @@ grep 'A.B'
|
|||||||
|
|
||||||
##### Regex with or without a certain character (e.g. color or colour)
|
##### Regex with or without a certain character (e.g. color or colour)
|
||||||
```bash
|
```bash
|
||||||
grep 'colou?r'
|
grep 'colou\?r'
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Grep all content of a fileA from fileB
|
##### Grep all content of a fileA from fileB
|
||||||
|
Loading…
Reference in New Issue
Block a user