Okay, so I'm a noob with linux and the zaurus. I'm running cacko 1.23 on a c1000. What's the command to open a file with a text editor in konsole? I've tried midnight commander and can open the file but can't figure out how to save it. Is there a better text editor built into cacko?
In console:
more <file> -> only to see
less <file> -> only to see
vi <file> -> this is an editor, present in every unix.
joe <file> -> another editor, not in all machines, you have to install, you can see the help of this editor with "ctrl-k + h"
There are another options...