Skip to content

Manual

Alternatives to the man command:

cheat.sh

cheat.sh is an online cheat sheet that can be accessed via the browser and the curl command.

For example,

curl cht.sh/tar

tldr

tldr-pages/tldr are collaborative cheat sheets for console commands, a complement to man pages. They are also available as a PDF document

Install

npm install -g tldr
pip install --user -U tldr

Usage

To see examples of the tar command, type:

tldr tar

Comments