mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 16:47:49 +00:00
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# r
|
|
|
|
> `r` can refer to multiple commands with the same name.
|
|
|
|
- View documentation for the R language interpreter:
|
|
|
|
`tldr r.1`
|
|
|
|
- View documentation for the Zsh command:
|
|
|
|
`tldr r.zsh`
|