mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
Update README.md
This commit is contained in:
parent
89eb5d75f4
commit
9c21d7c3f5
@ -97,7 +97,7 @@ or
|
||||
##### Type of grep
|
||||
```bash
|
||||
grep = grep -G # Basic Regular Expression (BRE)
|
||||
fgrep = grep -F # fixed text
|
||||
fgrep = grep -F # fixed text, ignoring meta-charachetrs
|
||||
egrep = grep -E # Extended Regular Expression (ERE)
|
||||
pgrep = grep -P # Perl Compatible Regular Expressions (PCRE)
|
||||
rgrep = grep -r # recursive
|
||||
|
Loading…
Reference in New Issue
Block a user