From 5b9b49c3cdaddcc4b57202e7fdf055ca9a17cf4b Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 18 Jan 2000 09:45:11 +0000 Subject: Virgin import of a trimmed down GNU Grep 2.4a. --- gnu/usr.bin/grep/NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gnu/usr.bin/grep/NEWS') diff --git a/gnu/usr.bin/grep/NEWS b/gnu/usr.bin/grep/NEWS index efeaf41..88701af 100644 --- a/gnu/usr.bin/grep/NEWS +++ b/gnu/usr.bin/grep/NEWS @@ -1,3 +1,10 @@ + - The new option --binary-files=TYPE makes grep assume that a binary input + file is of type TYPE. + --binary-files='binary' (the default) outputs a 1-line summary of matches. + --binary-files='without-match' assumes binary files do not match. + --binary-files='text' treats binary files as text + (equivalent to -a or --text). + Version 2.4: - egrep is now equivalent to `grep -E' as required by POSIX, -- cgit v1.1