tldr

Display simple help pages for command-line tools from the tldr-pages project. More information: <https://tldr.sh>.

Install

All systems
curl cmd.cat/tldr.sh
Debian Debian
apt-get install tldr
Ubuntu
apt-get install tldr
Arch Arch Linux
pacman -S tldr
image/svg+xml Kali Linux
apt-get install tldr
Fedora
dnf install tldr
Windows (WSL2)
sudo apt-get update sudo apt-get install tldr
OS X
brew install tldr

Display simple help pages for command-line tools from the tldr-pages project. More information: <https://tldr.sh>.

  • Print the tldr page for a specific command (hint: this is how you got here!):
    tldr command
  • Print the tldr page for a specific subcommand:
    tldr command-subcommand
  • Print the tldr page for a command for a specific [p]latform:
    tldr -p android|linux|osx|sunos|windows command
  • [u]pdate the local cache of tldr pages:
    tldr -u

© tl;dr; authors and contributors