BlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 13 days agoError handling in bashnotifox.comexternal-linkmessage-square29fedilinkarrow-up199arrow-down11
arrow-up198arrow-down1external-linkError handling in bashnotifox.comBlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 13 days agomessage-square29fedilink
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up2·edit-212 days agoNeither is env always in /usr/bin/, while /bin/<shell> is as old as shells. I prefer that more.
minus-squarecr1cket@sopuli.xyzlinkfedilinkarrow-up2·12 days agoWell, that won’t work on openbsd (and probably freebsd), because non-default.stuff lands in /usr/local/bin. For Linux you should be fine though.
Neither is env always in /usr/bin/, while /bin/<shell> is as old as shells. I prefer that more.
Well, that won’t work on openbsd (and probably freebsd), because non-default.stuff lands in /usr/local/bin.
For Linux you should be fine though.