On Thu, 29 Dec 2011, Randy Bush wrote:

bsdgrep works, grep does not

% echo foo | bsdgrep foo
foo
% echo foo | grep foo
%

Make sure you do not have an alias or function for grep. I have once or twice in the past inadvertently created aliases or functions for grep that did nothing.

That was a fun experience trying to find out why grep was ignoring me. ;)

Sean
--
[email protected]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"

Reply via email to