System Grab Bag

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

lolcat

Put a rainbow in everything you cat to the console. More information: https://github.com/busyloop/lolcat.
  • Print a file to the console in rainbow colors:
    lolcat {{path/to/file}}
  • Print the result of a text-producing command in rainbow colors:
    {{fortune}} | lolcat
  • Print a file to the console with animated rainbow colors:
    lolcat -a {{path/to/file}}
  • Print a file to the console with 24-bit (truecolor) rainbow colors:
    lolcat -t {{path/to/file}}

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.