Whoops! You just ran:
rm -rf ../*
instead of:
rm -rf ./*
Now what???? Remember the THREE Bs?**
For Linux (Guis), Windows (and perhaps Mac) users when you delete a file it is essentially ‘moved’ to the trash can. The file is not actually removed until you empty the trash. However, if you delete a file from the command line [...]