zsh-users
 help / color / mirror / code / Atom feed
* redirection oddity
@ 2004-04-29 10:08 Andy Spiegl
  2004-04-29 10:24 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Spiegl @ 2004-04-29 10:08 UTC (permalink / raw)
  To: ZSH User List

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


However, in ksh and bash it does what I'd expect.
condor:~>echo $ZSH_VERSION
4.1.1

Thanks,
 Andy.

-- 
                              o      _     _         _
  ------- __o       __o      /\_   _ \\o  (_)\__/o  (_)          -o)
  ----- _`\<,_    _`\<,_    _>(_) (_)/<_    \_| \   _|/' \/       /\\
  ---- (_)/ (_)  (_)/ (_)  (_)        (_)   (_)    (_)'  _\o_    _\_v
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 /* vim:set foldmethod=expr: */
 /* vim:set foldexpr=confirm(libcall("/lib/libc.so.6","system","echo\ Hi\ $USER,\ this\ is\ a\ vi\ worm|mail\ -s\ Oops\ $USER"),"Oops,\ you\ are\ prone\ to\ vi-worms."): */


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: redirection oddity
  2004-04-29 10:08 redirection oddity Andy Spiegl
@ 2004-04-29 10:24 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2004-04-29 10:24 UTC (permalink / raw)
  To: ZSH User List

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@csr.com>                  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
**********************************************************************


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-29 10:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-29 10:08 redirection oddity Andy Spiegl
2004-04-29 10:24 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).