tldr
View a short description of bash commands with examples.
Install
Install the tldr bash client. [repo]
# add `PATH="$HOME/.local/bin:$PATH"` to `~/.bashrc`
$ mkdir -p ~/.local/bin
$ cd ~/.local/bin
$ curl -OL https://good4.eu/tldr
$ chmod +x tldr
Usage
$ tldr --help
$ tldr tar
$ tldr apt
[source]