Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
redirection oddity
- X-seq: zsh-users 7417
- From: Andy Spiegl <zsh.Andy@xxxxxxxxx>
- To: ZSH User List <zsh-users@xxxxxxxxxx>
- Subject: redirection oddity
- Date: Thu, 29 Apr 2004 12:08:45 +0200
- Kinfo: virscan ok
- Kinfo: NoRelay, NoSpam
- Kreccount: 1
- Mail-followup-to: ZSH User List <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-by: Tue, 24 Jul 1782 19:02:00 +1000
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."): */
Messages sorted by:
Reverse Date,
Date,
Thread,
Author