I know nano (and Pico!) well on *Nix systems, and don't even know how to get out of vi if it accidentally loads (though on emacs I can get that far. Questions about my intelligence aside, is it okay to expect that nano will be available on most Linux distributions I encounter?
| |||
|
feedback
|
|
vi is part of the posix standard, so it will be present on any Unix by definition. nano will be much more iffy. All you really need to know is | |||||||||
feedback
|
|
Nope. It isn't. "vi" on the other hand is quite likely to be there. You may find "pico" if you're lucky. How to get out of vi:
Do a regular google search, as well as an image google search, for 'vi cheatsheet'. | |||||
feedback
|
|
I haven't encountered a popular distro without it. So I think it's save to assume that. | |||||||||
feedback
|
vi/vim, but it's one of the best decisions I ever made. I'd recommend starting with thevimtutorcommand, assuming your system hasvim. (I know it's there on OS X and many Linux distributions I've used. Might not be there if you're using Ubuntu, though.) – Benjamin Oakes Feb 1 '10 at 22:12