Answers for "how to remove a file in command line"

13

delete a file in cmd windows

del /f filename.type
Posted by: Guest on June-09-2020
1

remove all directrories in onde command hit

rm -R -- */
Posted by: Guest on September-09-2020
3

how to remove a file in command line

del filename
Posted by: Guest on November-16-2020
1

remove file via command line

del filename  -- removes filename
Posted by: Guest on May-05-2020

Code answers related to "how to remove a file in command line"

Browse Popular Code Answers by Language