From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7849 invoked by alias); 11 Jan 2002 00:46:52 -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 7818 invoked from network); 11 Jan 2002 00:46:48 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 11 Jan 2002 00:46:48 -0000 Received: from localhost.cygnus.com (cse.sfbay.redhat.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id QAA16364; Thu, 10 Jan 2002 16:46:33 -0800 (PST) Received: (from ezannoni@localhost) by localhost.cygnus.com (8.11.2/8.11.2) id g0ANxLC01971; Thu, 10 Jan 2002 18:59:21 -0500 From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15422.10969.48366.155165@localhost.cygnus.com> Date: Thu, 10 Jan 2002 16:46:00 -0000 To: Andrew Cagney Cc: Elena Zannoni , Michael Snyder , Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] Add new cmd line parameter "--pid" for attach. In-Reply-To: <3C3E2FBD.3080108@cygnus.com> 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> X-Mailer: VM 7.00 under Emacs 20.7.1 X-SW-Source: 2002-01/txt/msg00265.txt.bz2 Andrew Cagney writes: > > "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, true, it is in the man page for rm on RH7.1! > Yes. The use of ./1234 should be documented. So should (in the NEWS > file) the quiet switch of how vs is decided. > Michael added this to the doco, yes. Elena > Andrew