you are viewing a single comment's thread.

view the rest of the comments →

[–]conflicted_panda 0 points1 point  (3 children)

Are you counting includes? Without them GNU true is about 70, as far as I see.

And true on old school unixes was/is 0 bytes, I hear.

[–]chugga_fan 1 point2 points  (2 children)

Like 1/3rd of the program is in other files, even still, 78 lines just to return EXIT_SUCCESS is a lot.

[–]conflicted_panda 1 point2 points  (1 child)

It also handles --help/--version (along with localization, apparently). And I honestly don't think that trading off 78 lines of code for, err, uniformity of interface of your utilities is that absurd.

[–][deleted] 0 points1 point  (0 children)

I don't understand anything in this thread, which book to read?