mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-07-05 20:48:48 +02:00
remove pgrep, fixing #40
This commit is contained in:
@ -306,8 +306,8 @@ echo "var=5;--var"| bc
|
|||||||
grep = grep -G # Basic Regular Expression (BRE)
|
grep = grep -G # Basic Regular Expression (BRE)
|
||||||
fgrep = grep -F # fixed text, ignoring meta-characters
|
fgrep = grep -F # fixed text, ignoring meta-characters
|
||||||
egrep = grep -E # Extended Regular Expression (ERE)
|
egrep = grep -E # Extended Regular Expression (ERE)
|
||||||
pgrep = grep -P # Perl Compatible Regular Expressions (PCRE)
|
|
||||||
rgrep = grep -r # recursive
|
rgrep = grep -r # recursive
|
||||||
|
grep -P # Perl Compatible Regular Expressions (PCRE)
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Grep and count number of empty lines
|
##### Grep and count number of empty lines
|
||||||
|
Reference in New Issue
Block a user