this post was submitted on 02 Oct 2023
1408 points (96.7% liked)

Programmer Humor

19623 readers
96 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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] killeronthecorner@lemmy.world 1 points 1 year ago (1 children)

The only thing that annoys me is having to wrap wildcard expressions in quotes when using e.g. the find command.

But then it looks more correct, so it's hard to argue with.

[–] toynbee@lemm.ee 2 points 1 year ago (1 children)

You can escape the wildcards as an alternative.

[–] killeronthecorner@lemmy.world 3 points 1 year ago

Nice, I didn't know that. I habitually forget the closing quote so this might save me some ire