View Single Post
  #4   (View Single Post)  
Old 4th September 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

You use script before, then col after. e.g.:
Code:
$ script
Script started, output file is typescript
$ make install
.
.
*** Error 1 ***
$ exit
Script done, output file is typescript
$ col -b < typescript | less
For more information on how both commands work, you should try reading the script(1) and col(1) man pages.
Reply With Quote