diff --git a/pages/common/rnano.md b/pages/common/rnano.md new file mode 100644 index 0000000000..9192bd8369 --- /dev/null +++ b/pages/common/rnano.md @@ -0,0 +1,18 @@ +# rnano + +> A restricted version of `nano`. +> Command-line text editor with restricted drive access. +> See also: `nano`. +> More information: . + +- Start the editor: + +`rnano` + +- Open a specific file: + +`rnano {{path/to/file}}` + +- Display help: + +`rnano {{[-h|--help]}}`