Nano Text Editor
basic functions:
- Opening/Creating a File: To open an or create a new one, type nano \"filename\" in your terminal.
- Editing: Edit text within the editor using your keyboard and arrow keys for navigation.
- Saving: To save changes, press Ctrl + O and confirm the filename by pressing Enter.
- Exiting: To exit Nano, press Ctrl + X.
Visit Tool's Page