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.
echo "Hello World" > "dk test.txt" (Creates the file with text inside) 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 If you get an error when typing the