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