Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: redirection oddity
- X-seq: zsh-users 7418
- From: Peter Stephenson <pws@xxxxxxx>
- To: ZSH User List <zsh-users@xxxxxxxxxx>
- Subject: Re: redirection oddity
- Date: Thu, 29 Apr 2004 11:24:40 +0100
- In-reply-to: "Andy Spiegl"'s message of "Thu, 29 Apr 2004 12:08:45 +0200." <20040429100845.GA29224@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Andy Spiegl wrote:
> Hi,
>
> is the following a bug or feature?
>
> condor:~>cat foo
> testing
> 1
> 2
> 3
> condor:~>cat foo 1>&2 > bar
> condor:~>testing
> 1
> 2
> 3
> cat bar
> testing
> 1
> 2
> 3
It's a feature. See the documentation for the `multios' option.
See also entry 3.26 in the FAQ (which is about a more subtle effect).
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author