rm Command
Purpose:
Deletes a file
Syntax:
rm filetodelete
Comments:
Based on Linux rm command. Supplying quotes around directory name is not necessary unless name contains spaces in console or terminal mode.
Example:
rm "test.dat"