Open a file
To open a text file in nano, change to the directory where the file is stored, type nano and pass the filename as an argument, ex.
nano command-notes.txt
Start typing
The entire terminal screen will be taken over by the nano interface. You can start typing...