Peer to Peer Quiz3

12345678910111213141516171819
Across
  1. 1. which command to search files for patterns of characters
  2. 6. which command displays the contents of the file in octal format
  3. 7. which command to view the content of the file on the terminal
  4. 8. which command to display the final 10 line of a file
  5. 10. which command is the variant of grep using extended regular expression
  6. 11. which command to display the file type
  7. 12. which command lists the files and directories
  8. 13. which command displays additional details for a file
  9. 15. which command changes directory
  10. 18. which command is to search for fixed string with the file
  11. 19. which command prints working directory
Down
  1. 2. which command to open the Emacs editor
  2. 3. which command to display a text file page-by-page on the terminal
  3. 4. which command searches for text characters in a binary file and output them
  4. 5. which command to open the VI editor
  5. 8. which command to view files and subdirectories under a directory
  6. 9. which command is to display page by page, which is an improvement over more command
  7. 14. which command to display a file in reverse order
  8. 16. which command to identify the content differences between two files
  9. 17. which command to display the first 10 lines of a file