I was newish to Linux and had just run rm -rf ./.* to remove all the hidden files/dirs in a directory. I then wanted to run rm -rf ./* to clear the rest, but I accidentally ran rm -rf . /*. By the time I noticed it was taking too long and hit Ctrl+C, it was too late.