Lesson 3 Dasean Leggett

1234567891011121314151617
Across
  1. 1. searches for patterns in text files
  2. 4. displays the last ten lines of a file
  3. 6. changes the current working directory
  4. 7. searches for patterns using extended regular expressions
  5. 8. lists files and directories in the current directory
  6. 10. displays text one page at a time, similar to less
  7. 11. prints the text strings found in binary files
  8. 13. beginner friendly text editor used in the terminal
  9. 14. compares two files line by line
  10. 17. displays the first ten lines of a file
Down
  1. 2. displays the current working directory
  2. 3. powerful command-line text editor for Unix systems
  3. 4. shows directories and subdirectories in tree format
  4. 5. views file contents one screen at a time
  5. 6. changes the permissions of a file or directory
  6. 9. displays the contents of a file
  7. 12. displays a file in reverse order (end to beginning)
  8. 15. searches for fixed text instead of patterns
  9. 16. displays detailed information about a file or directory