IT244 Chapter 3

12345678910111213141516171819
Across
  1. 2. a command that display lines in a text file that match a certain common regular expression
  2. 3. command to view an entire text file on the terminal screen (also referred to as concatenation)
  3. 5. True or false: the :wq! command saves any changes to the file and quits from the vi editor
  4. 7. files that have an association with one another.
  5. 9. command that searches for text characters in a binary file and outputs them to the screen
  6. 11. command to identify the content differences between two text files
  7. 13. command to display the file type of any file (you give this command an argument specifying what file to analyze)
  8. 15. command that was named for allowing more user functionality
  9. 17. what is another name for commands
  10. 19. name of the command you can use if the file displayed is very large and you only want to view the first few lines of it
Down
  1. 1. can be used to refer to the home directory
  2. 4. command to view files and subdirectories under a directory
  3. 6. what command do you type to see your current directory
  4. 7. command to display files
  5. 8. what mode do you enter when you type i while in command mode
  6. 10. command to display additional details for a file, including the date and time a file was created
  7. 12. identifications for files so that they're recognized
  8. 14. A set of text wildcards developed to ease the searching of specific text information.
  9. 16. command to change directories
  10. 18. command which displays the contents of a file in octal format (numeric base 8 format).