OSDN Git Service

Add grep -M match and -S skip supporting wildcard patterns.
authorRob Landley <rob@landley.net>
Mon, 12 Jun 2017 16:26:07 +0000 (11:26 -0500)
committerRob Landley <rob@landley.net>
Mon, 12 Jun 2017 16:26:07 +0000 (11:26 -0500)
commit38248431e8013fcdb1fd5d7a2758cb6e32ca483a
treede998dae06cbbadbf73aa2939f567114a40b60d8
parentbc308973ffb671084328da6e20f146cba1454466
Add grep -M match and -S skip supporting wildcard patterns.

They don't imply -r because you might do find . -type f | xargs -S blah regex
toys/posix/grep.c