System Grab Bag

View all TLDR pages from common (or from all pages)

script

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: