The code is:
del *.*
Explanation: The beginning three letters, 'del', are really an acronym for 'delete file', as I bet you know. What else could it be, Delaware?
The next three, '*.*', (which coincidentally make a fainting face, the result of the code for the victim) means all files, dot, all file extensions. Therefore, the result is delete all files with any file extension.
The next three, '*.*', (which coincidentally make a fainting face, the result of the code for the victim) means all files, dot, all file extensions. Therefore, the result is delete all files with any file extension.
No comments:
Post a Comment