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 17:17:51 -0400
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7

This belongs on comp.unix.shell.  Followup-To set.

trevor.osatchuk@nospam.pscl.com (Trevor Osatchuk) wrote:
> Yeah, it is aliased:
> 
> grep is aliased to `grep -i \!*'

This looks like a csh-style alias, I think.  It definitely won't do
anything useful in bash, anyway.  I think this would be the equivalent
for bash (and other sh derivatives):
alias grep='grep -i'

You could also remove the alias entirely, if you don't care about -i,
or rename it.


paul



reply via email to

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