Linux Crossword 3

1234567891011121314151617
Across
  1. 1. alias for ls -l
  2. 2. adds a special character at the end of file names to indicate file type
  3. 3. displays entire text contents of the files
  4. 6. used to display current directory in directory tree
  5. 7. searches and displays text characters in a binary file
  6. 10. changes current directory
  7. 13. displays first set of lines in text file
  8. 14. displays file type of specific file name
  9. 16. displays text files page-by-page line-by-line
  10. 17. grep variation that does not allow regular expressions
Down
  1. 1. gives a long file listing
  2. 2. displays text file page-by-page
  3. 3. moves back one current directory
  4. 4. displays lines of a file on screen in reverse order
  5. 5. lists files in a directory
  6. 8. displays last set of lines in a text file
  7. 9. searches files for patterns of characters
  8. 11. compares and differentiates text files
  9. 12. displays contents of a file in octal format
  10. 15. variant of grep to search the files for patterns