mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 19:47:03 +00:00
24 lines
384 B
Plaintext
24 lines
384 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# rnano
|
|
|
|
> A restricted version of `nano`.
|
|
> Command-line text editor with restricted drive access.
|
|
> See also: `nano`.
|
|
> More information: <https://manned.org/rnano>.
|
|
|
|
- Start the editor:
|
|
|
|
`rnano`
|
|
|
|
- Open a specific file:
|
|
|
|
`rnano {{path/to/file}}`
|
|
|
|
- Display help:
|
|
|
|
`rnano {{[-h|--help]}}`
|