TadoTheRustacean@programming.dev to Programmer Humor@programming.devEnglish · 3 years agothisIsGoingToBeASeriousDebateprogramming.devimagemessage-square41linkfedilinkarrow-up1304arrow-down133
arrow-up1271arrow-down1imagethisIsGoingToBeASeriousDebateprogramming.devTadoTheRustacean@programming.dev to Programmer Humor@programming.devEnglish · 3 years agomessage-square41linkfedilink
minus-squarefable (she/they)@beehaw.orglinkfedilinkarrow-up1·3 years agoYes 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.
Yes and no. While coreutils does provide an
echobinary, 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.