If you are following a guide or testing a script, you will likely need to create, view, or compress this file.
Use the touch command or a redirect to quickly generate the file in your current directory: touch "dk test.txt" (Creates an empty file)
If you are managing this file on a standard operating system: dk test.txt
If you get an error when typing the name, ensure you wrap it in double quotes ( "dk test.txt" ). The space between "dk" and "test" will cause the terminal to think you are looking for two separate files.
If you cannot edit or delete it, try prefixing your command with sudo (e.g., sudo rm "dk test.txt" ). If you are following a guide or testing
If you need to check what’s inside, use the cat command. Note: Because there is a space in the filename, you must use quotes: cat "dk test.txt"
For cloud storage like Google Drive, you may need third-party apps like "Zip Extractor" to view compressed versions of your text files. 💡 Troubleshooting Common Issues If you cannot edit or delete it, try
Right-click the file and select Send to > Compressed (zipped) folder to create a backup.