How to print or grep only the matched string or text or word or pattern in Linux using bash
By default when we use grep without any switch it prints the entire line which matches the string we tried to grep for For eg I would like search for "ModLoad" in my rsyslog.conf file