KabiaAndrew Created by AndrewKabia Taken by

1234567891011121314151617181920
Across
  1. 6. command to view files and subdirectories under a directory, you can add the recursive (–R) option to the to the ls command, or use the
  2. 9. also known as folders
  3. 11. command to identify the content differences between two text files, which is often useful when comparing revisions of source code or configuration files on a Linux system
  4. 13. command is used to display line in a text file that match a certain common regular expression
  5. 14. editor is one of the oldest and most popular visual text editors available for UNIX operating systems.
  6. 16. command displays all the files in the current directory in columnar format
  7. 18. creates an endpoint for communication and returns a file descriptor that refers to that endpoint
  8. 19. command displays the first 10 lines (including blank lines) of a text file to the terminal screen but can also take a numeric option specifying a different number of lines to dis- play.
  9. 20. command is to view an entire text file on the terminal screen (also referred to as concatenation)
Down
  1. 1. command is used to open and edit files using a text editor
  2. 2. command searches for text characters in a binary file and outputs them to the screen.
  3. 3. command is named for doing more than the more command (remember that “less is more,” more or less).
  4. 4. command is use to display lines of text that match extended regular expressions
  5. 5. command a tool that use for reversing the content of files.
  6. 7. which displays the contents of the file in octal format (numeric base 8 format)
  7. 8. command change directories, you can issue the change directory command with an argument specify-ing the destination directory.
  8. 10. command can be used to display the end of text files.
  9. 12. command does not interpret any regular expressions and consequently returns results much faster.
  10. 15. command is named for doing more than the more command (remember that “less is more,” more or less).
  11. 17. command to display additional details for a file, including the date and time a file was created (the birth time), as well as the last time the file was accessed, or its contents modified, or file information changed.