NOTE that all UNIX editors use buffers as work areas in which they manipulate the files. The original file is updated only when the buffer is written to the file, which is done by the user: if the user simply ``quits", only the changes prior to the last write will be reflected in the file!!! For that reason, you must first save the file, then exit the editor.