this post was submitted on 31 Oct 2023
242 points (89.3% liked)

Programmer Humor

25059 readers
1459 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
[โ€“] TadoTheRustacean@programming.dev 2 points 2 years ago (1 children)
[โ€“] pranaless@beehaw.org 1 points 2 years ago

Yes and no. While coreutils does provide an echo binary, shells also have a built-in for optimisation purposes.

At first I had the code calling the binary directly, but then changed it to spawning a shell (and so using the builtin). It's very cursed either way.