Lesson 2 Crossword

12345678910111213141516171819
Across
  1. 2. Command used to display lines in a text file that match a criteria from the user.
  2. 3. Key on the keyboard that changes vi to command mode.
  3. 7. This command in vi will remove the line numbers from the left side.
  4. 8. Command used to display the last 10 lines of a text file in the terminal.
  5. 11. This command in vi will display the line numbers before each line.
  6. 12. Command to display a list of files in the current directory.
  7. 13. Command to display your present working directory.
  8. 15. Command used to view the text of a file on the terminal screen.
  9. 16. This mode must be entered into in vi in order to edit the text document.
  10. 17. Command to open the most popular visual text editor available for UNIX.
  11. 18. Command to view the files and subdirectories under the current directory.
  12. 19. Command to change your directory.
Down
  1. 1. These sybmols are known as: *, ?, +, ., [...], [^...], {}, ^, $, (... | ...)?
  2. 4. This mode is what the vi editor opens to, allowing for functions to be performed.
  3. 5. Command used to display the first 10 lines of a text file in the terminal.
  4. 6. These symbols are also know as: *, ?, [aegh], [a-e], [!a-e]?
  5. 9. Command used to display a large file in a page-by-page style.
  6. 10. This type of pathname is based on your current directory.
  7. 14. Command used to show the differences between two text files.
  8. 18. Command used to display a file in reverse order on the terminal screen.