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

Programmer Humor

18470 readers
1827 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 3 points 9 months 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.

[–] [email protected] 2 points 9 months ago (1 children)

You can escape the wildcards as an alternative.

[–] killeronthecorner 3 points 9 months ago

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