Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: create a symlink generically..
- X-seq: zsh-users 14012
- From: Bryan Buecking <bryan@xxxxxxxxxxxxxxxxxxxxx>
- To: Matt Wozniski <godlygeek@xxxxxxxxx>
- Subject: Re: create a symlink generically..
- Date: Thu, 9 Apr 2009 11:36:26 +0900
- Cc: fREW Schmidt <frioux@xxxxxxxxx>, zsh-users@xxxxxxxxxx
- In-reply-to: <17393e3e0904081926o2ffb54ecn6df96f30730d2a61@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <fb3648c60904081711l5288a683nca00d0254a66734a@xxxxxxxxxxxxxx> <fb3648c60904081753x4051252nef1ebee1b4f1e720@xxxxxxxxxxxxxx> <17393e3e0904081926o2ffb54ecn6df96f30730d2a61@xxxxxxxxxxxxxx>
On Wed, Apr 08, 2009 at 10:26:14PM -0400, Matt Wozniski wrote:
> On Wed, Apr 8, 2009 at 8:53 PM, fREW Schmidt wrote:
> > I figured out one way to do it, but there may be a better way:
> >
> > ln -s "$(pwd)/foo" ~/.foo
>
> Well, $PWD should probably be used instead of $(pwd) wherever possible.
Or /bin/pwd if you want the real path.
--
Bryan Buecking http://www.starling-software.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author