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:
parent
5ccf18c5a4
commit
666907751d
1 changed files with 18 additions and 0 deletions
18
pages/common/rnano.md
Normal file
18
pages/common/rnano.md
Normal 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]}}`
|
Loading…
Add table
Reference in a new issue