For example I have a folder called verilog inside that folder I have some more folders and files.
I want to search for a pattern in each file line by line, keeping count of how many times the pattern has been matched, then print the filename, line number and count.