From 545a95dd90826534775fb4613c20a01758c168b0 Mon Sep 17 00:00:00 2001 From: Nir Elbaz Date: Wed, 29 Jan 2020 17:16:44 +0200 Subject: [PATCH] nano: add example and reword page (#3771) --- pages/common/nano.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/common/nano.md b/pages/common/nano.md index 1c653fb45..71dbef7f2 100644 --- a/pages/common/nano.md +++ b/pages/common/nano.md @@ -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: . -- 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: