1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 05:35:31 +02:00

rnano: add page (#16966)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Kristopher 2025-06-26 11:50:02 -07:00 committed by GitHub
parent 5ccf18c5a4
commit 666907751d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
pages/common/rnano.md Normal file
View file

@ -0,0 +1,18 @@
# 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]}}`