mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2025-02-16 21:18:23 +00:00
Update README.md
This commit is contained in:
parent
89eb5d75f4
commit
9c21d7c3f5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue