Windows Command Prompt

123456789101112131415161718192021222324252627282930313233343536
Across
  1. 5. Command to go up one directory level.
  2. 6. The command that will display lines that contain a specified string.
  3. 8. What appears to the left of your cursor.
  4. 9. The ren command can _________ files and directories.
  5. 11. The rd command will ___________ a directory.
  6. 12. A(n) _________ path is a path that starts at the root level.
  7. 13. Windows _________ prompt.
  8. 14. A special character that represents an or many unspecified character(s).
  9. 17. Command to create a directory.
  10. 19. The | symbol.
  11. 21. The command color 01 will set the text colour to _________.
  12. 23. The command color 6C will set the background colour to _________.
  13. 24. The pattern that will match all file names that start with a and end with .txt.
  14. 25. Another name for folder.
  15. 28. Command to remove a directory.
  16. 30. The command that will relocate files and directories.
  17. 32. A specific location in the file system.
  18. 33. A modifier to specify how a command is expected to operate.
  19. 35. Command that will display one screen of information at a time.
  20. 36. The output of a command can be sent to another command by using __________.
Down
  1. 1. The > symbol will overwrite a file while the >> symbol will __________ to the end of a file.
  2. 2. The command that will output a message to screen.
  3. 3. The parent directory.
  4. 4. Command to display the content of a text file to screen.
  5. 7. In Windows, all __________ are given a letter.
  6. 10. The pattern that will match all file names that start and end with b and end with .png.
  7. 11. The > symbol will ___________ a command's output to a file.
  8. 13. The command that allows you to change directory.
  9. 15. Command used to see the content of the current directory.
  10. 16. A(n) _________ path is a path that starts at the current location.
  11. 18. Command to remove a file.
  12. 20. CLI stands for Command Line ___________.
  13. 22. The command that will duplicate files in one location to another location.
  14. 26. The clear screen command.
  15. 27. The top level directory in a file system.
  16. 29. Command that will order the different lines of data alphatically.
  17. 31. Wildcard symbol that can represent from zero to many unknown characters.
  18. 34. The string that you need to type to launch the Windows Command Prompt.