Search all searchable files line-by-line in current directory, using find
.
Prints filepath, line number, and the line itself.
python3 search.py [string]
search for "string"python3 search.py --help
print help (this message) and exit
Made for macos and linux