this post was submitted on 23 Sep 2025
366 points (95.1% liked)

Programmer Humor

26649 readers
2320 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
 

Re-posted to fix my filename emoji. You can't make this shit up

you are viewing a single comment's thread
view the rest of the comments
[–] DarkAri@lemmy.blahaj.zone 7 points 1 week ago (1 children)

I guess the most annoying part of it to me is that you have put your locations in quotes if you use them in a shell. I do use spaces for file names sometimes, except when writing code or something, then I use underscores.

[–] freeman@sh.itjust.works 2 points 6 days ago (1 children)

You can just escape the spaces with a \ .

[–] DarkAri@lemmy.blahaj.zone 1 points 6 days ago

Cool I didn't know that