I know this will delete everything in a subdirectory and below it:
rm -rf
But how do you delete everything in the current d
make sure you are in the correct directory
rm -rf *