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

nano: add example and reword page (#3771)

This commit is contained in:
Nir Elbaz 2020-01-29 17:16:44 +02:00 committed by GitHub
parent 92d4324bf8
commit 545a95dd90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,15 @@
# nano
> Simple, easy to use editor. An enhanced, free Pico clone.
> Simple, easy to use command-line text editor. An enhanced, free Pico clone.
> More information: <https://nano-editor.org>.
- Start nano in terminal with {filename}:
- Open a specific file:
`nano {{filename}}`
`nano {{path/to/file}}`
- Open a file positioning the cursor at the specified line and column:
`nano +{{line}},{{column}} {{path/to/file}}`
- Enable smooth scrolling: