Write an application in Java that searches all files specified on the command line and prints out all lines containing a keyword. For example for
java WordFind Cool presidents.txt weather.txt message.txt
The output may be
presidents.txt: Calvin Coolidge, thirtieth president, 1923-1929
weather.txt: Monday will be cool and cloudy
message.txt: I just discovered the coolest thing ever!