1293
Linux Users
(lemmy.ml)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I accidentally found out one day that I could use a wildcard operator in the terminal instead of a full file or folder name due to always doing this.
Will for example open my "Photo Examples" folder in the working directory or based on the path
cd /
sudo rm -rf *
Basically the Linux version of deleting system32 but idk I'm not a super Linux nerd yet.
The fun thing is that you can create a file named "-rf *" and hope an admin tried to delete it!