Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/usr.bin/grep
Module Name: othersrc
Committed By: cjep
Date: Sat Mar 29 16:50:50 UTC 2003
Modified Files:
othersrc/usr.bin/grep: grep.c grep.h util.c
Log Message:
Implement --binary-files and -I.
--binary-files can be given a action for dealing with binary files. The
valid actions are:
binary (default) - Output a message if a binary file matches.
without-match - Skip binary files. -I is equivalent.
text - treat file as text. -a is equivalent.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 othersrc/usr.bin/grep/grep.c
cvs rdiff -r1.10 -r1.11 othersrc/usr.bin/grep/grep.h \
othersrc/usr.bin/grep/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index