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