mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 00:00:16 +00:00
Update cheatsheets
This commit is contained in:
23
tldr/rnano
Normal file
23
tldr/rnano
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
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]}}`
|
||||
Reference in New Issue
Block a user