mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user