If you are managing this file on a standard operating system:
echo "Hello World" > "dk test.txt" (Creates the file with text inside)
Are you trying to use this file for a or testing script ?
Use the touch command or a redirect to quickly generate the file in your current directory: touch "dk test.txt" (Creates an empty file)
Many tutorials use files like this to demonstrate compression tools like pigz or zip :