Linux Crosswords Chap 3 - Boucarr

1234567891011121314151617181920
Across
  1. 2. A command that displays the last few lines of a file, often used for log files.
  2. 3. A command used to list files and directories in the current directory.
  3. 5. A command that provides detailed information about a file or file system.
  4. 6. A file that records events or activities, often used for troubleshooting.
  5. 8. The process of joining multiple files or strings together.
  6. 10. A variant of grep that supports extended regular expressions.
  7. 14. A graphical text editor for the GNOME desktop environment.
  8. 17. A character with a special meaning in regular expressions or shell commands
  9. 18. A command that displays a graphical representation of a directory structure.
  10. 19. A command used to display the contents of a file or concatenate multiple files.
  11. 20. A command used to search for specific patterns in files.
Down
  1. 1. The directory that is one level above the current directory in a file system.
  2. 4. A file containing a sequence of commands that can be executed by the shell
  3. 7. The name assigned to a file, used to identify it in a file system.
  4. 9. A file that contains plain text, without any formatting or special characters.
  5. 11. A powerful text editor available in most Unix-like systems.
  6. 12. A variant of grep that searches for fixed strings, not regular expressions.
  7. 13. A command that displays the first few lines of a file.
  8. 15. A folder or container that holds files and other directories in a file system.
  9. 16. A command that displays the contents of a file in reverse order.