If you are managing this file on a standard operating system:
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" dk test.txt
echo "Hello World" > "dk test.txt" (Creates the file with text inside) If you are managing this file on a