I know this will delete everything in a subdirectory and below it:
rm -rf
But how do you delete everything in the current d
rm -rf *
Don't do it! It's dangerous! MAKE SURE YOU'RE IN THE RIGHT DIRECTORY!