Crossword

1234567891011121314151617181920
Across
  1. 4. the feature for saving time when typing pathnames as arguments to commands
  2. 6. a directory that exists within another directory
  3. 10. files that have an association with one another
  4. 11. command to identify the content differences between two text files
  5. 13. a computer file that contains a program that can run on a computer
  6. 15. a directory one step closer to the root of the tree
  7. 17. command to display additional details for a file
  8. 19. a file system structure that organizes and manages files and other directories
Down
  1. 1. the full pathname of a certain file or directory starting from the root directory
  2. 2. the _____ metacharacter matches all the files in the current directory
  3. 3. command to display lines in a text file that match a certain common pattern
  4. 5. set of text wildcards designed to simplify the search for specific text information
  5. 7. the place unique to your user account for storing personal files
  6. 8. a way to specify the location of a file or directory on a computer system by referencing its position relative to the current working directory
  7. 9. File extension for binary executable program files
  8. 12. command to display the first 10 lines (including blank lines) of a text file
  9. 14. files that record events, applications, and system activities
  10. 16. command to display the end of text files
  11. 18. command to display a file in reverse order
  12. 20. an alternative to the vi editor that offers an equal set of functionalities