> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/cli/tldr.md).

# tldr

[tldr](https://tldr.sh/) pages are similar to man pages, but are shorter and more example based.

* To see examples on how to use [ripgrep](/cli/ripgrep.md),

  ```
  tldr ripgrep
  ```
* To see platform specific versions of a command, say `tar`, use the `-p` option as follows,

  ```
  tldr -p linux tar
  ```

  Other supported platforms include `osx`, `sunos`, and `common`.
