If I have a large number of files how would I search for a particular word in all of the files then have the system print out all the lines in those files that have the word that I am looking for.
What would have to be different if I wanted to do another program that would search for two words of my choice and then only print out the lines in those files that contain both those words.
What would have to be different if I wanted to do another program that would search for two words of my choice and then only print out the lines in those files that contain both those words.
Comment