this post was submitted on 10 Jul 2024
1080 points (93.8% liked)
Programmer Humor
19471 readers
1303 users here now
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Very important to not hit enter before clot.
That's why you have backups.
Or btrfs snapshots.
Isn’t it
/dev/heart
?I feel like if your body follows the Unix filesystem structure, you have a real problem.
You are now a cygote
you wish to assimilate into the borg?
Please forgive my ignorance. What does ** do?
Acts as a wildcard for any directories that exist between arteries and clot.
But only in Bash and if settings match. It's only reliable on your own shell, don't use it in scripts.
It's a glob pattern (edit: tried to find a source that actually showed
**
in use).Had to look this up as well. Its not rm specific:
More here.