|
|
|
|
|
by wcarey
1961 days ago
|
|
A wonderful use case for nano is introducing students who have never used a command line before to unix. You can teach a classroom of students to edit files in nano productively in a single 45 minute class period, which means that an introduction to programming class can move very quickly into actual programming. If your goal is to have student produce a working program on day one of class, nano is a godsend. By then end of a semester, the students will be running into the ceiling of nano as an editor and you can tell them about other more featureful editors. |
|
Until you start editing files remotely through ssh, and then they will understand why the obvious thing (calling a graphical program from the command line) may not work as expected.