File tree Expand file tree Collapse file tree 2 files changed +11
-21
lines changed Expand file tree Collapse file tree 2 files changed +11
-21
lines changed Original file line number Diff line number Diff line change 1
1
# nano
2
2
3
- > Command-line text editor. An enhanced ` Pico ` clone.
3
+ > Command-line text editor. An enhanced ` pico ` clone.
4
4
> See also: ` pico ` , ` rnano ` .
5
- > More information: < https://nano-editor.org > .
5
+ > More information: < https://nano-editor.org/dist/latest/nano.html > .
6
6
7
- - Start the editor :
7
+ - Open specific files, moving to the next file after closing the previous one :
8
8
9
- ` nano `
9
+ ` nano {{path/to/file1 path/to/file2 ...}} `
10
10
11
11
- Start the editor without using configuration files:
12
12
13
13
` nano {{[-I|--ignorercfiles]}} `
14
14
15
- - Open specific files, moving to the next file when closing the previous one:
16
-
17
- ` nano {{path/to/file1 path/to/file2 ...}} `
18
-
19
15
- Open a file and position the cursor at a specific line and column:
20
16
21
17
` nano +{{line}},{{column}} {{path/to/file}} `
32
28
33
29
` nano {{[-B|--backup]}} {{path/to/file}} `
34
30
31
+ - Open a file in restricted mode (i.e. don't read/write to files not specified on the command-line):
32
+
33
+ ` nano {{[-R|--restricted]}} {{path/to/file}} `
34
+
35
35
- Exit nano:
36
36
37
37
` <Ctrl x> `
Original file line number Diff line number Diff line change 1
1
# rnano
2
2
3
- > A restricted version of ` nano ` .
4
- > Command-line text editor with restricted drive access.
5
- > See also: ` nano ` .
3
+ > This command is an alias of ` nano --restricted ` .
6
4
> More information: < https://manned.org/rnano > .
7
5
8
- - Start the editor :
6
+ - View documentation for the original command :
9
7
10
- ` rnano `
11
-
12
- - Open a specific file:
13
-
14
- ` rnano {{path/to/file}} `
15
-
16
- - Display help:
17
-
18
- ` rnano {{[-h|--help]}} `
8
+ ` tldr nano `
You can’t perform that action at this time.
0 commit comments