Volker Kuhlmann wrote:

[1] Can anyone tell me how bash can be persuaded to backspace until the
previous whitespace or "/" when pressing esc-backspace in the cmd line

Control-W

editor? Bash has the annoying habit of backspacing about 2 chars at a

Works fine for me.

time. This, and the mental distortions one has to go through for piping
stdout+stderr into something have held me back so far from switching.

somecommand 2>&1 | someothercommand

Cheers, Rex



Reply via email to