Files
cheatsheet-tldr/tldr/rnano
2025-06-27 00:20:53 +00:00

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]}}`