Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: cd -q (was Re: _canonical_path ...)
- X-seq: zsh-workers 24765
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>
- Subject: Re: PATCH: cd -q (was Re: _canonical_path ...)
- Date: Thu, 27 Mar 2008 13:56:07 +0100
- Cc: zsh-workers@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=bIcET3LIUKp/Zqis1oscoSI4+y+eghu23hFQwQkFkyQ=; b=V2mAunToUc3FMcTv2sgMcJefsbaxmENNnMeTpTHw4+h9qqcNuBB+giFjgtM9K9FQrBbA8p9KGMrc070YwR/TW0dv5Up+BtkGNDW9WxmB4rW4v8odYPcUGMjPdWJEYrHADVuycAbOoOl0WU7eMcn+dKvlT39b0GvUia7fGH+CR+E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DHPOFEdRQNkwqiAWBMcdRMwrU/UY4MFFWK1c/2EZpkh3pUrVQEMmgv1jQBdOkvqnpMwavUUbKGCy239FMN+iLmETx39anbHCrUpWwtVKea4F+Clq7cvymHer0Bds4gifbcLqNIHBFAPw2a+6gqILkiwNmKpJ+SlQ1AZ4FVCvxMQ=
- In-reply-to: <200803271248.m2RCmZVv009350@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080326114413.80713vrmznwpnyuc@xxxxxxxxxxxxxxx> <200803261621.m2QGLptV017966@xxxxxxxxxxxxxx> <20080326173824.0a55c00d@xxxxxxxxxxxxxxxxxxxxxx> <20080326164615.1d5893ed@news01> <20080327102325.55808716@news01> <20080327120807.415095ee@xxxxxxxxxxxx> <20080327112506.7298e9ef@news01> <20080327121525.5b4059f9@news01> <237967ef0803270535w2267fc7fi525b68efb29c43a@xxxxxxxxxxxxxx> <200803271248.m2RCmZVv009350@xxxxxxxxxxxxxx>
On 27/03/2008, Peter Stephenson <pws@xxxxxxx> wrote:
> "Mikael Magnusson" wrote:
> > If the -P option is given or the CHASE_LINKS option is set,
> > symbolic links are resolved to their true values. If the -L option
> > is given symbolic links are followed regardless of the state of the
> > CHASE_LINKS option.
> > Intuitively this paragraph doesn't make any sense. Both options seem
> > to do the same thing? (-P || CHASE_LINKS) || -L == -P || -L ||
> > CHASE_LINKS
>
>
> -L is the opposite of the -P (logical rather than physical). "Followed"
> is a little unclear; it should be something like "retained", unless
> someone can express it better.
I see. "follow" is probably the worst possible word to use for this
given for example this entry in the man page for "cp"
-L, --dereference
always follow symbolic links in SOURCE
I would suggest changing to "symbolic links are not resolved
regardless" or even "symbolic links are not followed regardless" :).
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author