summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/NEWS
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-01-18 09:45:11 +0000
committerru <ru@FreeBSD.org>2000-01-18 09:45:11 +0000
commit5b9b49c3cdaddcc4b57202e7fdf055ca9a17cf4b (patch)
tree6a3e9fbebdb4098a110fc0e558643fb8b4db2e24 /gnu/usr.bin/grep/NEWS
parentd8d7d228e475566fe145acde42c3569c522cd98c (diff)
downloadFreeBSD-src-5b9b49c3cdaddcc4b57202e7fdf055ca9a17cf4b.zip
FreeBSD-src-5b9b49c3cdaddcc4b57202e7fdf055ca9a17cf4b.tar.gz
Virgin import of a trimmed down GNU Grep 2.4a.
Diffstat (limited to 'gnu/usr.bin/grep/NEWS')
-rw-r--r--gnu/usr.bin/grep/NEWS7
1 files changed, 7 insertions, 0 deletions
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,
OpenPOWER on IntegriCloud