From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from math.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with SMTP id PAA13582 for ; Fri, 10 Nov 1995 15:09:53 +1100 (EST) Received: by math.gatech.edu (5.x/SMI-SVR4) id AA08670; Thu, 9 Nov 1995 22:12:22 -0500 Resent-Date: Thu, 9 Nov 1995 19:11:44 -0800 Old-Return-Path: Date: Thu, 9 Nov 1995 19:11:44 -0800 From: John.Cooper@eng.sun.com (John S Cooper) Message-Id: <199511100311.TAA07019@kontiki.Eng.Sun.COM> To: zsh-list@sterling.com Subject: how can I skip globbing through SCCS subdirs? X-Attribution: JSC X-Mailer: VM 5.95 (beta) under 19.13 XEmacs Lucid Resent-Message-Id: <"xZ_oA.0.O72.MCiem"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/589 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu [ Please copy me on any replies - I'm not on this alias ] I'm using extendedglob. How can I match all .c files in all subdirectories, _except_ any SCCS subdirectories? ls **~SCCS/*.c I tried the above, but it only omits the SCCS directory in the toplevel directory, but still lists all .c files in all SCCS subdirs. Thanks, --- John. [ Please copy me on any replies - I'm not on this alias ] Ps. Is there a newsgroup for this alias?