The typescript tag has no wiki summary.
11
votes
3answers
3k views
Removing control chars (including console codes / colours) from script output
I can use the "script" command to record an interactive session at the command line. However, this includes all control characters and colour codes. I can remove control characters (like backspace) ...
8
votes
3answers
822 views
Typescript -terminal recording into video?
We need to make some videos about working with LaTex -documents here. We have the typescript and timing -files and now we need to convert them into videos to display them in answers. Basically, the ...
7
votes
2answers
127 views
How to know if you're in a typescript?
I'm using the script command to save all the output from the terminal to a file called typescript. Or script foo to save to the file foo.
Now, let's say I'm going along typing command after command ...
3
votes
2answers
345 views
Convert a typescript file to a list of commands (history)
I wanted to record a linux session so I could use it as documentation for a "how to install" guide. I found something on the internet that suggested that the script command would be good for this, and ...
