From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31978 invoked by alias); 11 Jan 2002 01:28:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31947 invoked from network); 11 Jan 2002 01:28:38 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 11 Jan 2002 01:28:38 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id A14E63CEF; Thu, 10 Jan 2002 20:28:37 -0500 (EST) Message-ID: <3C3E3FC5.1000300@cygnus.com> Date: Thu, 10 Jan 2002 17:28:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add new cmd line parameter "--pid" for attach. References: <200201050321.g053L6l16505@reddwarf.cygnus.com> <15418.21637.258565.54021@localhost.cygnus.com> <3C3B70ED.D8256B4A@redhat.com> <3C3B95FD.50803@cygnus.com> <15421.63455.895750.313310@localhost.cygnus.com> <3C3E2FBD.3080108@cygnus.com> <3C3E394C.7A1E6BA8@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00270.txt.bz2 > Andrew Cagney wrote: > >> > >> > "To remove a file called `-f' in the current directory, you could type >> > either rm -- -f or rm ./-f " > >> >> ``--''? Since when was ``--'' an option to rm? You'll be telling me >> UNIX comes with colour LS next .... :-^ >> >> Yes. The use of ./1234 should be documented. So should (in the NEWS >> file) the quiet switch of how vs is decided. > > > > How's this? Yes! Thanks. Andrew