// File: Search.java // Written By: Deepak Kumar // Date: November 27, 2020 // Purpose: Given an input string and a text file, it searches for and // prints all lines in the file that contains the input string. // Usage: // java Search "nevermore"