mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
nano: add new command for backup (#4397)
This commit is contained in:
parent
be791964a9
commit
33079e3240
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@
|
|||
- Indent new lines to the previous lines' indentation:
|
||||
|
||||
`nano -i {{filename}}`
|
||||
|
||||
- Before modification, backup separately as `{{current_file_name}}~`:
|
||||
|
||||
`nano -B {{filename}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue