Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Absolute path of a path
- X-seq: zsh-users 15508
- From: JÃrÃmie Roquet <arkanosis@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Absolute path of a path
- Date: Wed, 27 Oct 2010 18:54:17 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=4hap8jNvSNAXkanwBvxSa+O2lG+l6mfs240zo4f+iHY=; b=WpwNJ32yC1CXhFZ2gBs144s+PTSXbpikWd5lT45N8knnRAgUCgvnsUsoyMvauU80+Y vcM3HiUSk4LbAydfyaq1v9dq1b8q47zYS9VIeCvRjEb3br/L4zUUw0kL3YOWze7OdgC2 //RUSI0kMKSChbDmt7XM0oDhdaDXa6D4nkfN4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=l9hkZiRUc80EYazIzpYXt3A5JkMbHuMMxOf4kpCic30hBBt+/WnCECn13o/p1pWbX0 pHz673tz3vx0zEEFLGB/Ns86pJm3SgXvJfso+sl6Tlhp9Kf172Unl0Ccr+8CYkgH0gzG t5CrHlRprTohL2MClh0PBa7suEB7BOAQ3eufY=
- In-reply-to: <20101027164454.GA19471@xxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <AANLkTikZN2Lk3zf2fWqD917TA-Wa5jCBQSZ-7VNWVOCj@xxxxxxxxxxxxxx> <AANLkTi=j_OtAziY1X=1qj=zk3P7=U6my1sd=bVshp69u@xxxxxxxxxxxxxx> <20101027164454.GA19471@xxxxxxxxxxxxxxxxxxx>
2010/10/27 Vincent Lefevre <vincent@xxxxxxxxxx>:
> On 2010-10-27 11:34:44 +0200, JÃrÃmie Roquet wrote:
>> 2010/10/27 Nikolai Weibull <now@xxxxxxxx>:
>> > How do I get the absolute path of a path? ÂThe only thing I can find
>> > is the :a modifier for history expansion.
>>
>> your_path(:a)
>>
>> For example .(:a) is pwd
>
> BTW, is there a way to get the canonicalised absolute pathname
> with zsh? (i.e. what the "realpath" command gives.)
your_path(:A) I guess :)
Best regards,
--
JÃrÃmie
Messages sorted by:
Reverse Date,
Date,
Thread,
Author