console command to remove all files code example
Example 1: linux remove folder and all his content
rm -rf /path/to/directory
Example 2: remove file via command line
del filename -- removes filename
rm -rf /path/to/directory
del filename -- removes filename