(Not redirection) I want to grab and save ALL the windows cmd console (win7) text into a file, without using the mouse. I need the text for doing command completion, instead of copy/pasting parts of words from the console. This is on win7 with cmd + clink / cygwin bash / vim.
So far I have
[Alt-Space][S select-all][Enter to copy text]
vi [enter] [Shift-paste]
then do completion inside vim,
copy words to clipboard
:q!
[paste into cmd]