bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: broken pipe on grep


From: Paul Jarc
Subject: Re: broken pipe on grep
Date: Fri, 19 Oct 2001 13:27:16 -0400
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7

trevor.osatchuk@nospam.pscl.com (Trevor Osatchuk) wrote:
> /usr> apropos process | grep memory
> 
> I get:
> 
> grep: can't open memory
> Broken pipe

grep thinks "memory" is a filename, not a pattern.  Maybe you have a
shell function or alias called "grep" that's making trouble.  What
does "type -a grep" say?


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]