script

Make a typescript file of a terminal session. More information: <https://manned.org/script>.

Install

All systems
curl cmd.cat/script.sh
Debian Debian
apt-get install circos-tools
Ubuntu
apt-get install circos-tools
Alpine
apk add util-linux
Arch Arch Linux
pacman -S util-linux
image/svg+xml Kali Linux
apt-get install circos-tools
CentOS
yum install util-linux
Fedora
dnf install util-linux
Windows (WSL2)
sudo apt-get update sudo apt-get install circos-tools
OS X
brew install util-linux
Raspbian
apt-get install bsdutils
Docker
docker run cmd.cat/script script powered by Commando

Make a typescript file of a terminal session. More information: <https://manned.org/script>.

  • Start recording in file named "typescript":
    script
  • Stop recording:
    exit
  • Start recording in a given file:
    script logfile.log
  • Append to an existing file:
    script -a logfile.log
  • Execute quietly without start and done messages:
    script -q logfile.log

© tl;dr; authors and contributors