nano
Simple, easy to use command-line text editor. An enhanced, free Pico clone.
nano
nano {path/to/file}
- Open a specific file, positioning the cursor at the specified line and column:
nano +{line},{column} {path/to/file}
- Open a specific file and enable soft wrapping:
nano --softwrap {path/to/file}
- Open a specific file and indent new lines to the previous lines' indentation:
nano --autoindent {path/to/file}
- Open nano and create a backup file (`file~`) when saving edits:
nano --backup {path/to/file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).