How to pipe the output of a command to file on Linux
- by morpheous
I am running a task on the CLI, which prompts me for a yes/no.
After selecting a choice, a vast amount of info scrolls on the screen - including several errors. I want to pipe the output to a file so I can see the errors - but a simple '' is not working since the command expects a keyboar input.
i am running on Ubuntu 9.1