zsh-users
 help / color / mirror / code / Atom feed
From: Didier Verna <verna@inf.enst.fr>
To: Zsh List <zsh-users@math.gatech.edu>
Subject: [Q] A mystery (at least for me ...)
Date: 18 Dec 1998 09:44:54 +0100	[thread overview]
Message-ID: <qyjhfutdek9.fsf@metheny.enst.fr> (raw)


	HI!

I have something weird in zsh 3.0.5:

verna(pts/6) 143 % hostname
metheny
verna(pts/6) 144 % if echo toto | grep tata ; then echo SUCCESS ; fi      
zsh: done       echo toto | 
zsh: exit 1     grep tata
verna(pts/6) 145 % if echo toto | grep `hostname` ; then echo SUCCESS ; fi  
SUCCESS
verna(pts/6) 146 % if (echo toto | grep `hostname`) ; then echo SUCCESS ; fi
zsh: exit 1     ( echo toto | grep `hostname` )


	Is it a known bug in this version,or am I missing something ? 

Thanks
-- 
    /     /   _   _       Didier Verna        http://www.inf.enst.fr/~verna/
 - / / - / / /_/ /      E.N.S.T. INF C201.1      mailto:verna@inf.enst.fr
/_/ / /_/ / /__ /        46 rue Barrault        Tel.   (33) 01 45 81 73 46
                      75634 Paris  cedex 13     Fax.   (33) 01 45 81 31 19


             reply	other threads:[~1998-12-18  9:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-18  8:44 Didier Verna [this message]
1998-12-18  9:19 ` [1997] " Danek Duvall
1998-12-18  9:22   ` Peter Stephenson
1998-12-18  9:54 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=qyjhfutdek9.fsf@metheny.enst.fr \
    --to=verna@inf.enst.fr \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).