Nano

From Support

Jump to: navigation, search

This page is a Tutorial. This is intended to teach how to use a program or service. Improvements are encouraged, but substantial changes should be vetted.

nano is a free clone of the non-free text editor pico. It is one of the most basic and user friendly terminal text editors available, and hence is frequently recommended to those new to UNIX systems.

Contents

Usage

Basics

To open a text file, or to create a new text file, simply type:

nano textfile

and type away. To save the document, hit ctrl+O. To open another document from within nano, hit ctrl+l and type the name of the file you wish to open

Other functions

To search a document in a non-case-sensitive fashion, hit ctrl+w and type your search term, and then press enter. To search for the same term again, simply hit ctrl+w and hit enter. Basic help can be displayed by pressing ctrl+g.

See Also

This page is a Stub. Please help by expanding it

Personal tools