This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Cancel line input in bash


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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]