From f8ea0f3a66559a00c41fd7877bdc241973a60f8c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 25 Feb 2007 02:38:54 +0000 Subject: grep: "implement" -a and -I by ignoring them --- findutils/grep.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'findutils/grep.c') diff --git a/findutils/grep.c b/findutils/grep.c index 702a8a531..f6ea54ed2 100644 --- a/findutils/grep.c +++ b/findutils/grep.c @@ -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, -- cgit v1.2.3