Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Pruning Recursive Glob
- X-seq: zsh-users 13754
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Chris Johnson <cjohnson@xxxxxxxxxxxx>
- Subject: Re: Pruning Recursive Glob
- Date: Mon, 26 Jan 2009 15:16:16 +0100
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=3Re5p2f5W19OD4w5qrixxZ2dzkS6iBB4eeh4m1KIXuE=; b=Up/CTB33h+gVZIug2Xu1IEB3jmYoivgjSrHluIffd+7lMO+IkGI1cXBmU+FhhrEroz q+7cIF0hnhMg0T+JqS8cNqWxjLHN23yJTyQMtw2LxXbBywGwDS2hIq3QBpW/2ipXgcEa 5y4dlslD3Wn2vlOsG2CHsIR7ZZe5c5Eaq9/lE=
- 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 :cc:content-type:content-transfer-encoding; b=YqwRtN0225BANUb0TibMO6G/a0N3Vf4EKBH1ld+vg6kjmI03FRYg+/OuarQYbNQZiX wPGslinQugNWhczO6QwFK8gVhMeQgkkHxGCoUHB2PNTzrPaIiFjcDu9lP2vl6rnxRLsx uhBcPsf1jWx4ju/pPmJO2mEbxms2MZsx11YnQ=
- In-reply-to: <20090126141155.GA26716@namib>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090126141155.GA26716@namib>
On Mon, Jan 26, 2009 at 15:11, Chris Johnson <cjohnson@xxxxxxxxxxxx> wrote:
> Hi. I'm having trouble finding a recursive glob pattern that can help
> me change permissions on all files except CVS directories. I'd like to
> have a checkout of a CVS repository in my web directory, but not make
> the CVS information readable when I make everything else accessible.
While your plan is not a bad one, the cleanest thing is to tell Apache not
to list any CVS files.
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author