this post was submitted on 02 Oct 2023
1412 points (96.8% liked)

Programmer Humor

22780 readers
391 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 years 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 2 years ago (1 children)

You can escape the wildcards as an alternative.

[–] [email protected] 3 points 2 years ago

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