mirror of
https://github.com/Xevion/exercism.git
synced 2026-01-31 10:24:15 -06:00
grep quick edit
This commit is contained in:
@@ -48,9 +48,3 @@ def grep_individual(pattern, flags, filename):
|
|||||||
if localmatch(pattern, line):
|
if localmatch(pattern, line):
|
||||||
return filename
|
return filename
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
print(grep("may", "-n -m", ['grep_test.py']))
|
|
||||||
=======
|
|
||||||
def grep(pattern, flags, files):
|
|
||||||
pass
|
|
||||||
>>>>>>> refs/remotes/origin/master
|
|
||||||
|
|||||||
Reference in New Issue
Block a user