From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22351 invoked by alias); 27 Oct 2010 09:37:35 -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: 15505 Received: (qmail 22740 invoked from network); 27 Oct 2010 09:37:34 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.83.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=p1Krf5LokC/6bf/G6BibWwVAwrjjZF1Ec+ffImA2TQs=; b=bWKuyLgr2GS9mcp+EkOM6O4H7Xbnuq2cqs6f9m6ERPPtv4Pze2ywCM8wwDrahCoH4Q VFhHBCxEVo6oeUVAfFL7EEkTOgKe46IB4sy6HSurFtxxVqKBtY8+v6H59gEgda17/DGS sM6xfb3L777zw4TX6XWXuVESE01AbCEP8l+bg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=jJQrfIFs1Isd2QgtjpNbNJzV5+ZX/ecF8kM8EbcLbwIoIAHgsiI18exW18pdhTs6FW J+Okg1Km55Z5FUPXyT6FoUmE8f0xaRagAD2+sCuix2+eGYQEjg7z0XokVRbhs6ZEY+m5 HOoZw7QVekwKsjILRIIfnU2YEFIf0lgWCPNo4= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: References: Date: Wed, 27 Oct 2010 11:37:28 +0200 X-Google-Sender-Auth: N13lTlocRgvVJ3-UV4Gt7t_6ZMo Message-ID: Subject: Re: Absolute path of a path From: Nikolai Weibull To: =?UTF-8?B?SsOpcsOpbWllIFJvcXVldA==?= Cc: Zsh Users Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2010/10/27 J=C3=A9r=C3=A9mie Roquet : > 2010/10/27 Nikolai Weibull : >> How do I get the absolute path of a path? =C2=A0The only thing I can fin= d >> is the :a modifier for history expansion. > your_path(:a) Argh. Obviously. Why didn=E2=80=99t I try that? Thanks!