From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5b49577a761f6ab1a8820c904299b973@vitanuova.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] how to delete directories prefixed with a dash From: C H Forsyth Date: Wed, 16 Jun 2004 14:32:29 +0100 In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-exxdcsyqokuefhbxndbyomptiu" Topicbox-Message-UUID: a2d4f594-eacd-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-exxdcsyqokuefhbxndbyomptiu Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit just to avoid damnation, that's because it uses arg(2) which is similar in intent except that it's simpler and the interface doesn't rely on globals, so it can be used to crack argv parameters to internal threads (if you like). --upas-exxdcsyqokuefhbxndbyomptiu Content-Type: message/rfc822 Content-Disposition: inline Received: from mail.cse.psu.edu ([130.203.4.6]) by doppio; Wed Jun 16 12:51:07 BST 2004 Received: from psuvax1.cse.psu.edu (localhost [127.0.0.1]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id C39FC1A1DA for ; Wed, 16 Jun 2004 07:45:29 -0400 (EDT) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: from localhost (neuromancer.cse.psu.edu [130.203.4.2]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 96DC81A188 for <9fans@cse.psu.edu>; Wed, 16 Jun 2004 07:45:09 -0400 (EDT) Received: from mail.cse.psu.edu ([130.203.4.6]) by localhost (neuromancer [130.203.4.2]) (amavisd-new, port 10024) with LMTP id 06556-01-37 for <9fans@cse.psu.edu>; Wed, 16 Jun 2004 07:45:08 -0400 (EDT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 24CD31A0BC for <9fans@cse.psu.edu>; Wed, 16 Jun 2004 07:45:06 -0400 (EDT) Received: by mproxy.gmail.com with SMTP id d19so161275rnf for <9fans@cse.psu.edu>; Wed, 16 Jun 2004 04:45:06 -0700 (PDT) Received: by 10.38.181.77 with SMTP id d77mr58901rnf; Wed, 16 Jun 2004 04:45:06 -0700 (PDT) Message-ID: Date: Wed, 16 Jun 2004 07:45:06 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] how to delete directories prefixed with a dash In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: , <40CFD67C.3090900@ameritech.net> X-Virus-Scanned: by amavisd-new at cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: 9fans-bounces+forsyth=vitanuova.com@cse.psu.edu Errors-To: 9fans-bounces+forsyth=vitanuova.com@cse.psu.edu > Getopt (including the -- convention) was developed at > Bell Labs over 20 years ago. If you're not using it, > shame on you. You're preaching to the wrong crowd. Essentially no code here uses getopt. Russ --upas-exxdcsyqokuefhbxndbyomptiu--