Received: from spf1.us4.outblaze.com (spf1.us4.outblaze.com [205.158.62.23]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id j184oElQ000811 for ; Tue, 8 Feb 2005 04:50:15 GMT Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by spf1.us4.outblaze.com (Postfix) with SMTP id 2BB92460A24 for ; Tue, 8 Feb 2005 04:51:04 +0000 (GMT) Received: from unknown (HELO localhost.localdomain) (dpaun@rogers.com@69.194.157.31 with login) by smtp104.rog.mail.re2.yahoo.com with SMTP; 8 Feb 2005 04:51:03 -0000 Received: from localhost.localdomain (dimi [127.0.0.1]) by localhost.localdomain (8.13.1/8.13.1) with ESMTP id j184oqPa010173; Mon, 7 Feb 2005 23:50:56 -0500 Received: (from dimi@localhost) by localhost.localdomain (8.13.1/8.13.1/Submit) id j184oV2Z010172; Mon, 7 Feb 2005 23:50:31 -0500 X-Authentication-Warning: localhost.localdomain: dimi set sender to dpaun@rogers.com using -f Date: Mon, 7 Feb 2005 23:50:31 -0500 From: "Dimitrie O. Paun" To: snogglethorpe@gmail.com, miles@gnu.org Cc: Tom Lord , migo@homemail.com, gnu-arch-users@gnu.org, gnu-arch-dev@lists.seyza.com Subject: Re: [Gnu-arch-users] Re: [GNU-arch-dev] [BUG] Rethinking add, delete and move commands Message-ID: <20050208045031.GF6823@rogers.com> References: <20050208004551.GA29063@ukato> <200502080125.RAA23011@emf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Status: RO Content-Length: 726 Lines: 16 On Tue, Feb 08, 2005 at 11:09:52AM +0900, Miles Bader wrote: > The presence of "move" and "delete" clearly causes confusion for > beginners, as they think that "mv" and "move" are synonyms (and "rm" > and "delete"); given that people generally want to use "mv" and "rm" > anyway, it seems quite silly to confuse them this way. Of course they get confused, in fact one would _expect_ the confusion. Aliases are more then expected in this context, and having "mv" and "move" mean different things violates every conceivable design principle. Delaying the rename just makes a bad problem worse. Let's just name them properly, and the advanced users will know what to do. The vast majority of users will be grateful. -- Dimi.