Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Haven't looked at the cheat sheets but...

If you just want something readable, a couple of quick and dirty ways are:

    col -bx < typescript|less
    strings typescript |less 
You can further clean things up by deleting unwanted lines or characters using sed.

    strings typescript|sed '1d;/deleteme/d;s/deleteme//g'|less
There's also an old utility called ttyrec/ttyplay you might like.


Thanks. It was more curiosity necessity (although now my mind is thinking, "what can I use this for?").

- interesting with ttyrec/ttyplay. I'll check on this if my mind comes up with something important.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: