this post was submitted on 23 Nov 2024
90 points (97.9% liked)

Reaction Memes

549 readers
2 users here now

founded 7 months ago
MODERATORS
 
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 1 month ago
[–] friend_of_satan 3 points 1 month ago* (last edited 1 month ago) (1 children)

It's used by the true command as the source of truth for what the return code is.

Edit: I found a copy of the file and verified it:

$ xxd -c 8 true.dat | head -n 4
00000000: 0000 0000 0000 0000  ........
00000008: 0000 0000 0000 0000  ........
00000010: 0000 0000 0000 0000  ........
00000018: 0000 0000 0000 0000  ........
$ 

As you can see, it's all zeroes, which is what the return code for true should always be.

[–] [email protected] 1 points 1 month ago

The true knowledge is always in the comments.

[–] Masamune 2 points 1 month ago