grep quick edit

This commit is contained in:
Xevion
2019-07-23 23:06:41 -05:00
parent 40142086c1
commit dd2174c65a

View File

@@ -47,10 +47,4 @@ def grep_individual(pattern, flags, filename):
# Returns as soon as a match is found
if localmatch(pattern, line):
return filename
return ''
print(grep("may", "-n -m", ['grep_test.py']))
=======
def grep(pattern, flags, files):
pass
>>>>>>> refs/remotes/origin/master
return ''