Skip to content

Commit

Permalink
nano: add new command for backup (tldr-pages#4397)
Browse files Browse the repository at this point in the history
  • Loading branch information
therayvoice authored Oct 5, 2020
1 parent be79196 commit 33079e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/common/nano.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

0 comments on commit 33079e3

Please sign in to comment.