From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] how to delete directories prefixed with a dash Date: Wed, 16 Jun 2004 14:57:42 +0100 From: rog@vitanuova.com In-Reply-To: <002401c453a8$42101d60$7c587d50@SOMA> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a2e2a63a-eacd-11e9-9e20-41e7f4b1d025 > yeah, why use -- when ./ will do it? no extra code for ./ unlike -- ./ won't work with grep, or other commands that take arguments that aren't filenames. also, in a shell script, rm ./$1 isn't correct. -- is standard.