1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
|
<!-- Creator : groff version 1.18.1 -->
<!-- CreationDate: Fri Aug 14 22:53:58 2009 -->
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta name="Content-Style" content="text/css">
<title>RNANO</title>
</head>
<body>
<h1 align=center>RNANO</h1>
<a href="#NAME">NAME</a><br>
<a href="#SYNOPSIS">SYNOPSIS</a><br>
<a href="#DESCRIPTION">DESCRIPTION</a><br>
<a href="#OPTIONS">OPTIONS</a><br>
<a href="#BUGS">BUGS</a><br>
<a href="#HOMEPAGE">HOMEPAGE</a><br>
<a href="#AUTHOR">AUTHOR</a><br>
<hr>
<a name="NAME"></a>
<h2>NAME</h2>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="10%"></td>
<td width="89%">
<p>rnano − Restricted mode for Nano’s ANOther
editor, an enhanced free Pico clone</p>
</td>
</table>
<a name="SYNOPSIS"></a>
<h2>SYNOPSIS</h2>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="10%"></td>
<td width="89%">
<p><b>rnano</b> <i>[OPTIONS] [[+LINE,COLUMN]
FILE]...</i></p>
</td>
</table>
<a name="DESCRIPTION"></a>
<h2>DESCRIPTION</h2>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="10%"></td>
<td width="89%">
<p>This manual page briefly documents the <b>rnano</b>
command.</p>
<!-- INDENTATION -->
<p><b>nano</b> 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 Pico’s
look and feel, <b>nano</b> also implements some missing (or
disabled by default) features in Pico, such as "search
and replace" and "go to line and column
number".</p>
<!-- INDENTATION -->
<p><b>rnano</b> is a restricted version of <b>nano</b>,
which only edits specific files and doesn’t allow the
user access to the filesystem or a command shell.</p>
<!-- INDENTATION -->
<p>In restricted mode, <b>nano</b> will <i>not</i>:</p>
</td>
</table>
<!-- TABS -->
<table width="100%" border=0 rules="none" frame="void"
cols="4" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="1%">
<p>•</p>
</td>
<td width="1%"></td>
<td width="85%">
<p>read or write to any file not specified on the command
line;</p>
</td>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="1%">
<p>•</p>
</td>
<td width="1%"></td>
<td width="85%">
<p>read any nanorc files;</p>
</td>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="1%">
<p>•</p>
</td>
<td width="1%"></td>
<td width="85%">
<p>allow suspending;</p>
</td>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="1%">
<p>•</p>
</td>
<td width="1%"></td>
<td width="85%">
<p>allow a file to be appended to, prepended to, or saved
under a different name;</p>
</td>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="1%">
<p>•</p>
</td>
<td width="1%"></td>
<td width="85%">
<p>use backup files or spell checking.</p>
</td>
</table>
<a name="OPTIONS"></a>
<h2>OPTIONS</h2>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="10%"></td>
<td width="89%">
<p><b>+</b><i>LINE</i><b>,</b><i>COLUMN</i></p></td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="21%"></td>
<td width="77%">
<p>Places cursor at line number <i>LINE</i> and column
number <i>COLUMN</i> (at least one of which must be
specified) on startup, instead of the default of line 1,
column 1.</p>
</td>
</table>
<!-- TABS -->
<table width="100%" border=0 rules="none" frame="void"
cols="5" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="2%">
<p><b>−?</b></p>
</td>
<td width="13%"></td>
<td width="29%">
<p>Same as <b>-h (−−help)</b>.</p>
</td>
<td width="42%">
</td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="10%"></td>
<td width="89%">
<p><b>−h (−−help)</b></p></td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="21%"></td>
<td width="77%">
<p>Show a summary of command line options and exit.</p>
</td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="10%"></td>
<td width="89%">
<p><b>−V (−−version)</b></p></td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="21%"></td>
<td width="77%">
<p>Show the current version number and exit.</p>
</td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="10%"></td>
<td width="89%">
<p>See the <b>nano</b>(1) manpage for the complete
documentation of <b>nano</b>.</p>
</td>
</table>
<a name="BUGS"></a>
<h2>BUGS</h2>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="10%"></td>
<td width="89%">
<p>Please send any comments or bug reports to
<b>nano@nano-editor.org</b>.</p>
<!-- INDENTATION -->
<p>The <b>nano</b> mailing list is available from
<b>nano-devel@gnu.org</b>.</p>
<!-- INDENTATION -->
<p>To subscribe, email to <b>nano-devel-request@gnu.org</b>
with a subject of "subscribe".</p>
</td>
</table>
<a name="HOMEPAGE"></a>
<h2>HOMEPAGE</h2>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="10%"></td>
<td width="89%">
<p>http://www.nano-editor.org/</p>
</td>
</table>
<a name="AUTHOR"></a>
<h2>AUTHOR</h2>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="10%"></td>
<td width="89%">
<p>Chris Allegretta <chrisa@asty.org>, et al (see
AUTHORS for details). This manual page was originally
written by Thijs Kinkhorst <thijs@kinkhorst.com>, for
the Debian system (but may be used by others).</p>
</td>
</table>
<hr>
</body>
</html>
|