X-Spam-Check-By: sourceware.org Message-ID: <43DC1112.9020302@byu.net> Date: Sat, 28 Jan 2006 17:49:22 -0700 From: Eric Blake User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Angelo Graziosi CC: cygwin AT cygwin DOT com Subject: Re: Regression with base-files-3.7-1 ? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Angelo Graziosi on 1/28/2006 8:28 AM: > > rm -i foo.txt > > rm: remove regular file `foo.txt'? y n > > > With the cursor should remove 'y' at which place should > appears 'n'. Sounds like an stty setting mismatch to me. If your backspace is not mapped to the terminals' erase, then rm sees the three-character literal string "y\177n" rather than the one-character string "n". POSIX requires that rm must parse a leading "y" in the response as yes, even if followed by a backspace leaked through by improper terminal settings. At any rate, I'm glad that you seemed to resolve it, according to your followup message. - -- Life is short - so eat dessert first! Eric Blake ebb9 AT byu DOT net volunteer cygwin coreutils maintainer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD3BES84KuGfSFAYARApyLAJ0Sd9/6R0Q6TB/DKvMR7j2ipW45EQCePUci DAPkUKhG1eyEuHXyLn3t+2Y= =esTN -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/