Dk — Test.txt
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"
pigz -k "dk test.txt" (The -k flag keeps the original file) Using zip: zip test.zip "dk test.txt" 🖥️ Desktop / GUI Instructions 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 need to check what’s inside, use the cat command
Many tutorials use files like this to demonstrate compression tools like pigz or zip : dk test.txt
Right-click the file and select Send to > Compressed (zipped) folder to create a backup.