Forrest logo
back to context overview

lolcat

List of commands for lolcat:

  • lolcat:tldr:160ce lolcat: Print a file to the console with 24-bit (truecolor) rainbow colors.
    $ lolcat -t ${filename}
    try on your machine
    explain this command
  • lolcat:tldr:624f4 lolcat: Print a file to the console with animated rainbow colors.
    $ lolcat -a ${filename}
    try on your machine
    explain this command
  • lolcat:tldr:9552e lolcat: Print a file to the console in rainbow colors.
    $ lolcat ${filename}
    try on your machine
    explain this command
  • lolcat:tldr:e7926 lolcat: Print the result of a text-producing command in rainbow colors.
    $ ${fortune} | lolcat
    try on your machine
    explain this command
back to context overview