Comments on: How to Record and Replay Linux Terminal Sessions https://www.tecmint.com/record-and-replay-linux-terminal-session-commands-using-script/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 06 Feb 2024 06:19:48 +0000 hourly 1 By: Harsh Shah https://www.tecmint.com/record-and-replay-linux-terminal-session-commands-using-script/comment-page-1/#comment-1481964 Mon, 26 Apr 2021 14:23:28 +0000 http://www.tecmint.com/?p=15781#comment-1481964 Hello

Is there any way to eliminate the ^m and other special characters from the output file? I think those characters are related to the screen color which gets appended before each character with a different color.

]]>
By: Chris https://www.tecmint.com/record-and-replay-linux-terminal-session-commands-using-script/comment-page-1/#comment-1006760 Tue, 26 Jun 2018 17:44:29 +0000 http://www.tecmint.com/?p=15781#comment-1006760 For those trying to get this working on macOS 10.13.x I was able to do,

# script -r /path/to/my/fancy-42-recording.log

and then to playback the recording with `script`

# script -p /path/to/my/fancy-42-recording.log
]]>
By: Aaron Kili https://www.tecmint.com/record-and-replay-linux-terminal-session-commands-using-script/comment-page-1/#comment-975111 Fri, 09 Mar 2018 18:51:18 +0000 http://www.tecmint.com/?p=15781#comment-975111 In reply to abhi.

@abhi

You are most welcome, thanks for reading through and for the feedback.

]]>
By: abhi https://www.tecmint.com/record-and-replay-linux-terminal-session-commands-using-script/comment-page-1/#comment-974940 Thu, 08 Mar 2018 13:22:07 +0000 http://www.tecmint.com/?p=15781#comment-974940 Thanks for the blog on script command. It was very helpful and elaborative.

]]>
By: Aaron Kili https://www.tecmint.com/record-and-replay-linux-terminal-session-commands-using-script/comment-page-1/#comment-946299 Sat, 09 Dec 2017 08:37:02 +0000 http://www.tecmint.com/?p=15781#comment-946299 In reply to Zorglups.

@Zorglups

Thanks for the heads up, we will correct it.

]]>