tldr/pages/common/nano.md

16 lines
206 B
Markdown
Raw Normal View History

2015-12-30 22:31:49 +03:00
# nano
> Simple, easy to use editor. An enhanced, free Pico clone.
- Start nano in terminal with {filename}
`nano {filename}`
- Save and then exit nano
`ctrl-x`
- Save file without exitting
`ctrl-o`