Question: PYTHON write a program find.py that searches all files and prints out all lines containing a specific word. For example, if you can call: python
PYTHON write a program find.py that searches all files and prints out all lines containing a specific word. For example, if you can call: python find.py ring report.txt address.txt homework.py then the program might print out
report.txt: has broken up a ring of international DVD bootleggers, that
address.txt: Kris Kringle, North Pole
address.txt: Homer Simpson, Springfield
homework.py: string = "text"
The specified word is always the first command line argument
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
