Hi Daniele, Nano is a very simple text editor. You can move around with the cursor keys and type/delete the text. To save the file press and hold the "ctrl" key and then type the letter "O", then release all keys again. This is what is meant by the help text "^O WriteOut" (where "^" stands for the "ctrl" key). It asks you for the file name, but you can just press the enter key to save it to the previous file name (which is what you want). Similarly you can quit the program with "^X" (i.e., "ctrl"-x).
Cheers, Urs Daniele Ricci wrote: > If I tipe nano ~/.profile: > > # MacPorts Installer addition on 2009-08-09_at_16:51:14: adding an > appropriate $ > export PATH=/opt/local/bin:/opt/local/sbin:$PATH > # Finished adapting your PATH environment variable for use with MacPorts. > > > # MacPorts Installer addition on 2009-08-09_at_16:51:14: adding an > appropriate $ > export MANPATH=/opt/local/share/man:$MANPATH > # Finished adapting your MANPATH environment variable for use with MacPorts. > > > > > > > > > > > [ Read 10 lines ] > ^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos > ^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell > ---------------------------------------------------------------------------------------------- _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
