Linux egrep Command Tutorial with Examples
Linux provides grep for text filtering. But in some situations we may need more extended tool to match given pattern in given text files. This tool is called Extended Global Regular Expression Print or simply egrep . egrep provides extended features over regular grep tool. Syntax Syntax of egrep command is like below. egrep FLAG … Read more