Hi! This is the demo document for the CSL Unix Orientation. Insert your name on the next empty line. (Hint: Place cursor on the empty line, and press the "i" key; then type your name. When you are finished press the "ESC" key) %^&@#@^#^@#DELETE THIS LINE!!!!*%&^$#@$!#&%^ (Hint: Use "dd") This parigraph has a number of erors that you should correct in to order learn the "vi" editor. For starters, there are a number of spelling errors. Then, of course, one of the lynes got split up. To save this file press ESC, ":" and "w" followed by the "ENTER" To save and exit this file press ESC, ":" and "wq" followed by the "ENTER" The document "Vi for Beginners" will expand on this simple lesson, we encourage you to read it at your leisure. VI COMMANDS **************************************************************** Here are some of the common commands you might want to use: h, j, k, l - to move the cursor (arrow keys) - to move the cursor w - move forward one word b - move backword on word x - delete current character dw - delete current word dd - delete current line i - go into insert mode (add new text) Esc - get _out_ of insert mode (very important!) p - paste the last deleted item back into the document J - join the next line to the end of the current line :wq - write the file, then quit :q! - quit without saving ****************************************************************