this post was submitted on 22 Sep 2025
909 points (98.8% liked)

Programmer Humor

26673 readers
1796 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
[–] glitches_brew@lemmy.world 10 points 1 week ago (1 children)
[–] darklamer@lemmy.dbzer0.com 13 points 1 week ago (2 children)

No, it isn't, x writes only when changes have been made, while w writes unconditionally.

[–] josefo@leminal.space 0 points 1 week ago (1 children)

Why would you want to write again if no changes were made? It's some obtuse behavior

[–] darklamer@lemmy.dbzer0.com 5 points 1 week ago

One obvious use-case is to cause the file to get a new timestamp, which for example tools like make look at.