You will write a program that takes a single command-line argument that species a file path which points to a file specifying some source text and a search term. Your job is to search the source text for matches of the search term, and output all the matches as defined below.