- 1
How to delete all file on disk?)
code search and delete all files
11 Answers
+ 4
some years ago MS-DOS had "deltree" command but now I think not
+ 3
Too dangerous Ace :-p
+ 3
jeje I know but maybe only
rm -r /
for a second oportunity to think ;-P
0
for windows
0
ok senks all)
0
windows
open CMD
navigate to the directory in which the file is present using cd command then type the following
del ["filename.filetype"]
Linux
open terminal
navigate to the directory in which the file is present using cd command then use rm to remove files in that directory