On Mon, 29 Dec 2014, Gabriele Battaglia wrote:
It is not clear what you are trying to do. If you want the output from a command that appears on the screen in a txt file then use the "tee" command.Hello all. How can I copy text lines from the terminal?If there is no simple way, it would be ok also to redirect the stderr file on a .txt but how?
command | tee textfile If your goal is something else then please do explain in more detail. XB