送交者: steven 于 2005-12-21, 13:29:02:
回答: thanks steven, a little details -- I'm not Vi savvy, thanks again 由 xiaoxia 于 2005-12-21, 12:02:01:
have the full screen editing capability. You then need to use search or line number to tell ex where you want to go, and use i, a, or subsitute commands to edit the contents. Those are all std vi commands. In fact, vi is really just ex front end. Vim is a different editor, like vi with some major improvement, which handles very long lines.