nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Picos look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "go to line number".
rnano is a restricted version of nano, which only edits specific files and doesnt allow the user access to the filesystem or a command shell.
In restricted mode, nano will not:
Tag | Description |
---|---|
[bu] | read or write to any file not specified on the command line; |
[bu] | read any nanorc files; |
[bu] | allow suspending; |
[bu] | allow a file to be appended to, prepended to, or saved under a different name; |
[bu] |
use backup files or spell checking.
|
Tag | Description |
---|---|
+LINE[,COLUMN] | |
Places cursor at line number LINE and column number COLUMN on startup, instead of the default of line 1, column 1. | |
-? | Same as -h (--help). |
-h (--help) | |
Show a summary of command line options and exit. | |
-V (--version) | |
Show the current version number and exit. |
The nano mailing list is available from nano-devel@gnu.org.
To subscribe, email to nano-devel-request@gnu.org with a subject of "subscribe".
Advertisements |