I have a configuration file in which I want to check if the the key value pair are present as below and I want them to be a exact match.
key=value xxxxx xxxx
After the key value there can be a space or a tab as shown in the above so I cannot use a simplegrep -q
for getting the key value pair.
Can someone please help me with this