I have a problem. An application has spat a whole load of log text into a Shell window that needs to be captured. If we could skip passed the "probably shouldn't have had an application output it's stdout anywhere other than a log file", is there a tool/command that I can use to capture the program output?
Other than highlighting all of the text with a mouse and copying to a text file. There are 250,000 lines... :)
myprog > log.txt– jonsca Jul 25 '11 at 7:58