how to delete a file on command line code example
Example 1: remove file via command line
del filename -- removes filename
Example 2: how to remove a file in command line
del filename
Example 3: terminal delete fle
rm MyFile.rtf
del filename -- removes filename
del filename
rm MyFile.rtf