JPDev@programming.dev to Programmer Humor@programming.dev · 10 months agoifn'tprogramming.devimagemessage-square127fedilinkarrow-up1766arrow-down111
arrow-up1755arrow-down1imageifn'tprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 10 months agomessage-square127fedilink
minus-squarefartsparkles@sh.itjust.workslinkfedilinkarrow-up14·10 months agoIs this a reference to something because I’d love to read it if you have a time to share.
minus-squarexx3rawr@sh.itjust.workslinkfedilinkEnglisharrow-up6·10 months agoWoah. I did a quick google and it’s not just a meme, but actually used in some major lang’s libraries.
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up4·10 months agoThis is one of those “modern Google/search sucks” moments because I couldn’t immediately find examples of it in a programming language.
minus-squarexx3rawr@sh.itjust.workslinkfedilinkEnglisharrow-up1·10 months agoI actually used DDG and most I’ve seen, they’re just used as arguments for functions notably in C and Python
minus-squareLeFrog@discuss.tchncs.delinkfedilinkarrow-up5·edit-210 months agoIt is used in ksh korn shell to see what executable responds to a command: https://superuser.com/a/351995 Edit: Oh, what a rabbit hole: Why not use “which”? What to use then?
Is this a reference to something because I’d love to read it if you have a time to share.
Woah. I did a quick google and it’s not just a meme, but actually used in some major lang’s libraries.
This is one of those “modern Google/search sucks” moments because I couldn’t immediately find examples of it in a programming language.
I actually used DDG and most I’ve seen, they’re just used as arguments for functions notably in C and Python
It is used in
ksh
korn shell to see what executable responds to a command:https://superuser.com/a/351995
Edit: Oh, what a rabbit hole: Why not use “which”? What to use then?