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