[11605] in Athena Bugs
rsaix 7.6H: grep
daemon@ATHENA.MIT.EDU (Richard J. Barbalace)
Thu Jan 13 19:41:35 1994
To: bugs@MIT.EDU
Date: Thu, 13 Jan 94 19:41:21 EST
From: Richard J. Barbalace <rjbarbal@MIT.EDU>
System name: oliver
Type and version: POWER 7.6H
Display type: colorgda
What were you trying to do?
Use "grep" with the "-s" option.
What's wrong:
% grep -s bread /usr/dict/words
beebread
bread
breadboard
breadfruit
breadroot
breadth
cornbread
What should have happened:
% grep -s bread /usr/dict/words
[No output should be produced.]
Please describe any relevant documentation references:
% where grep
/usr/ucb/grep
/bin/grep
/usr/bin/grep
[All three of these produce output with the "-s" option.]
% man grep
.....
-s run silently producing no output except error messages