Editor (also see: EEE) Usage: >e file.nam Command Summary for e (.)a append text (.,.)a appends text to end of line (.)c change (deletes from,to then enters append mode) (.)d deletes from,to e file.name restart editor with new file f file.nam rename the file being edited g/str/command global command (mark all lines with "str" and perform command) (.)i insert text (before current line) (.,.)i insert text at beginning of line (.)j file.nm append text lines from,to onto file.nm (.)k line# copies lines from,to appending after line# (.)m line# moves lines from,to to just after line# o x set option x (.)p print lines from,to ($)r file.nam read in file and append after (.)s/f/t substitute f with t u undo previous substitute command (1,$)w file write from,to into (on top of) file (1,$)x file write new version of file (as in w, except creates new file) (.)z+-n print before, around, or after line specified without moving .