How to grep number of occurrence of two different words e.g. 'register' and 'evn' in a file on Linux ?
The output should be like following:
registered:20
How to grep number of occurrence of two different words e.g. 'register' and 'evn' in a file on Linux ?
The output should be like following:
registered:20