bug-bash
[Top][All Lists]
Advanced

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

Re: new redirection operator seems broken


From: Greg Wooledge
Subject: Re: new redirection operator seems broken
Date: Thu, 12 Mar 2009 08:04:33 -0400
User-agent: Mutt/1.4.2.2i

On Wed, Mar 11, 2009 at 09:50:18PM -0400, Matt@ice.filescope.com wrote:
>               rm 2>&1 | grep --color op
>               rm |& grep --color op
> 
>       Notice that they are behaving differently.

Confirmed in 4.0.0 and 4.0.10:

imadev:~$ rm 2>&1 | tr '[:lower:]' '[:upper:]'
USAGE: RM [-RFIR] FILE ...
imadev:~$ rm |& tr '[:lower:]' '[:upper:]'
Usage: rm [-Rfir] file ...




reply via email to

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