In Linux, “cd” your way to the directory you want to completely clean out, then type:
$ rm –rf *
I suggest going into the directory first, then “ls” to list the contents so you can see what you’re deleting before using this command, though! Just a reminder, the prompt symbol is the “$” you don’t type that, on PCs or Macs it’s sometimes a % symbol instead.