1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

nano: add new command for backup (#4397)

This commit is contained in:
Ray Voice 2020-10-05 18:56:27 +05:00 committed by GitHub
parent be791964a9
commit 33079e3240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`