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