in reply to How to find that a line "genman.py" exists in a python file
Or, to print all non-matching lines:$ grep 'genman\.py' C:\python.py
$ grep -v 'genman\.py' C:\python.py
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to find that a line "genman.py" exists in a python file
by ramlight (Friar) on Apr 02, 2012 at 12:42 UTC |