79235872

Date: 2024-11-29 04:55:05
Score: 1.5
Natty:
Report link
This command in Windows 10 creates an empty file:

echo. > emptyfile.txt

Explanation:

Prints an empty string:
echo. 

Sends from the echo command to the file:
> emptyfile.txt
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Al a