grep: "implement" -a and -I by ignoring them

This commit is contained in:
Denis Vlasenko
2007-02-25 02:38:54 +00:00
parent 385304d449
commit f8ea0f3a66
2 changed files with 27 additions and 22 deletions

View File

@@ -28,6 +28,9 @@
USE_FEATURE_GREP_CONTEXT("A:B:C:") \
USE_FEATURE_GREP_EGREP_ALIAS("E") \
USE_DESKTOP("w") \
"aI"
/* ignored: -a "assume all files to be text" */
/* ignored: -I "assume binary files have no matches" */
enum {
OPTBIT_l,