zsh-users
 help / color / mirror / code / Atom feed
From: kjonca@o2.pl (Kamil Jońca)
To: zsh-users@zsh.org
Subject: Strange parameter visibility
Date: Sat, 17 Sep 2016 20:11:37 +0200	[thread overview]
Message-ID: <87bmzmtmzq.fsf@alfa.kjonca> (raw)


--8<---------------cut here---------------start------------->8---
%(x=1; x=2 echo | echo $x ; echo $x) 
1
1
--8<---------------cut here---------------end--------------->8---

but :
--8<---------------cut here---------------start------------->8---
%(x=1; x=2 | echo $x ; echo $x) 
2
2
--8<---------------cut here---------------end--------------->8---

What there are "2"-s in second example?
should'n "x=2" be treated as simple null command with its own
assignement?
KJ

-- 
http://stopstopnop.pl/stop_stopnop.pl_o_nas.html
The rose of yore is but a name, mere names are left to us.


             reply	other threads:[~2016-09-17 18:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-17 18:11 Kamil Jońca [this message]
2016-09-18  1:42 ` Eric Cook
2016-09-18  4:37   ` 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=87bmzmtmzq.fsf@alfa.kjonca \
    --to=kjonca@o2.pl \
    --cc=zsh-users@zsh.org \
    /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).