Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <7C05304CF121D411BF4C0008C75D722B01363119@ns9850.swisslife.ch> From: Mathis Severin To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Cancel line input in bash Date: Mon, 7 Aug 2000 14:10:39 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Hello I installed Cygwin 1.1.4 on Win98 and encountered the following behaviour: When pressing CTRL-C on the input line, nothing seems to happen. I would expect it just cancels the current input and starts a new input line. Is this related to some configuration settings I have to do to make work it properly? Another question is on using the rm command. I have an executable named ttt.exe that I want to delete. Issuing the command "rm ttt" asks if I really want to delete the file ttt, but afterwards deletion itself fails (see following sequence of commands). Has this something to do with default extensions for executables? Sequence of commands: [/home] # rm ttt rm: remove `ttt'? y rm: ttt: No such file or directory [/home] # rm ttt.exe rm: remove `ttt.exe'? y [/home] # Thanks for your answers, Severin Mathis -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com