From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26770 invoked by alias); 5 Jul 2012 17:50:42 -0000 Received: (qmail 26757 invoked by uid 22791); 5 Jul 2012 17:50:41 -0000 X-SWARE-Spam-Status: No, hits=-4.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Jul 2012 17:50:26 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M6P00I0081TAK00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 05 Jul 2012 20:50:24 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M6P00I1U87Z2480@a-mtaout21.012.net.il>; Thu, 05 Jul 2012 20:50:24 +0300 (IDT) Date: Thu, 05 Jul 2012 17:50:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] cd command defaults to ~ In-reply-to: To: Nathaniel Flath Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83pq8a2j31.fsf@gnu.org> References: <20120705140038.GB27886@host2.jankratochvil.net> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-07/txt/msg00074.txt.bz2 > Date: Thu, 5 Jul 2012 10:34:19 -0700 > From: Nathaniel Flath > Cc: gdb-patches@sourceware.org > > As for other possible behaviours - I think the POSIX > standard for 'cd' with no arguments is to use the HOME directory, if > it is set - http://pubs.opengroup.org/onlinepubs/9699919799/utilities/cd.html > is what I was looking at, so I don't think there would be too many > people expecting a completely different behaviour. You'd be surprised what Windows users expect to see as result of typing "cd" without an argument ;-) (Not that I object to the change you propose, though.)