How can I search the command history in cygwin?
I don\'t want to keep pressing the arrow keys to execute a command from console command history.
I use the history command in combination with grep, e.g. history | grep vi shows all commands where vi was used.
history
grep
history | grep vi
vi