Linux Crossword 2

1234567891011121314151617
Across
  1. 2. displays contents of a file in octal format
  2. 3. displays text file page by page
  3. 6. displays last set of lines in a text file (default 10)
  4. 7. opens file to be edited in the linux / unix systems
  5. 8. variant of grep that does not allow the use of regular expressions
  6. 10. searches files for patterns of characters using regular expression metacharacters
  7. 12. compares text files to identify differences
  8. 14. lists files in current directory
  9. 15. displays contents of a text file
  10. 17. displays first set of lines in a text file (default 10)
Down
  1. 1. displays text file page by page and line by line
  2. 3. lists file types of files in current directory
  3. 4. searches and displays text characters in a binary file
  4. 5. displays file type of a specified file
  5. 9. displays present working directory
  6. 11. command once used in unix to display text file page by page
  7. 13. searches files for patterns of characters using regular expression metacharacters.
  8. 14. alias for ls -l, gives a long file listing
  9. 15. current directory
  10. 16. displays contents of a text file backwards