Question:
UNIX shell script to search for most occurences of a keyword
1. Write a UNIX shell script that will search current directory for a text file that has the most occurrence of a given keyword, and display it on the terminal.
2. For example, if I want to search for a text file/script that contains the most number of for loop statements, and have it displayed on the screen, How would I do that?