📅  最后修改于: 2022-03-11 14:51:52.233000             🧑  作者: Mango
Note** The deleted file will not be store in the recycle bin
del /Q *filename.extension* --This will delete only specific file in a current dir
del /Q *.txt* --This will delete all file with .txt
del /Q *.* --This will delete all file, except folder