this command saves lives
this command saves lives
sudo rm -rf .*
.* could theoretically match …. Thanks fish for not doing that, more than likely saved my unknowing ass a couple of times
cd … and rm -r the directory name?
cd …, rm ./dir_name/* ?
rm ./.* as well to that list? Lol. Sorry, I’m truly just curious and not trying to be a smart alec.
… could be part of the results of the glob expansion. so at that point why bother stepping one dir level up