From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15631 invoked by alias); 5 Apr 2011 03:00:58 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15930 Received: (qmail 16799 invoked from network); 5 Apr 2011 03:00:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=l41BF6EDsgQzND/qOQOeagesr+cxROX4wnBSU0ElYCA=; b=oxLcusGhobBs16hFrWG2wb4LjJuIaVMK2YCL/KgWUU+fC2f4C8DLJSZeO4QSST2UrD EkofupDhX0skP7uuG7jwz/TqVZw386OVUJiXtbmI/Mi5ucIO8ET29rnIptwPMMfANQNj PV+LlQgyASkttEeLZ54VUa1cmU/k2F0WkPBS0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=whwetHBaJRtEpQ/LmSwJpx4jdFyP+R6ZA6XnGheWX1UN8hZzRgYKPmDdYWpV+UZRIk naeApHLeCxPYqjGdfvm2xW2XJGNTAX9uemzqR9GUMY8QL+FAhvogKHaKziXC+m5EJCAd +auWJ71cnM72t9j3rTmEozrpmKiKUX/VtfAjY= MIME-Version: 1.0 In-Reply-To: <20110404205002.GD9371@yahoo.fr> References: <20110404140651.GA9371@yahoo.fr> <20110404162824.GB9371@yahoo.fr> <20110404205002.GD9371@yahoo.fr> Date: Mon, 4 Apr 2011 22:54:52 -0400 Message-ID: Subject: Re: is variable with variable name possible? From: Aaron Davies To: Zsh Users Content-Type: text/plain; charset=ISO-8859-1 > eval "$somevar=\$PWD" shirley we have an equiv of bash2's ${!foo} i've always advertised zsh as a superset of everything interesting from every other shell, please tell me i'm not wrong....