@JPDev@programming.dev to Programmer Humor@programming.dev • 10 months agoifn'tprogramming.devimagemessage-square125fedilinkarrow-up1753arrow-down111
arrow-up1742arrow-down1imageifn'tprogramming.dev@JPDev@programming.dev to Programmer Humor@programming.dev • 10 months agomessage-square125fedilink
minus-square@fartsparkles@sh.itjust.workslinkfedilink14•10 months agoIs this a reference to something because I’d love to read it if you have a time to share.
minus-square@xx3rawr@sh.itjust.workslinkfedilinkEnglish6•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-square@jjjalljs@ttrpg.networklinkfedilink4•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-square@xx3rawr@sh.itjust.workslinkfedilinkEnglish1•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-square@LeFrog@discuss.tchncs.delinkfedilink5•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?