mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-17 03:35:25 +02:00
19 lines
291 B
Markdown
19 lines
291 B
Markdown
![]() |
# 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]}}`
|