Oliver Lowe@lemmy.sdf.org to Programming@programming.dev · 1 year agoMy struggle from a UNIX background in the modern "cloud" worldwww.srcbeat.comexternal-linkmessage-square37fedilinkarrow-up159arrow-down116
arrow-up143arrow-down1external-linkMy struggle from a UNIX background in the modern "cloud" worldwww.srcbeat.comOliver Lowe@lemmy.sdf.org to Programming@programming.dev · 1 year agomessage-square37fedilink
minus-squarePaX [comrade/them, they/them]@hexbear.netlinkfedilinkEnglisharrow-up7arrow-down2·1 year agoTrue, but a man page is a different thing from a tool’s built-in usage information.
minus-squareck_@discuss.tchncs.delinkfedilinkarrow-up9arrow-down1·edit-210 months agodeleted by creator
minus-squarePaX [comrade/them, they/them]@hexbear.netlinkfedilinkEnglisharrow-up3·1 year agoYeahh, you have a good point lol. Bash and the GNU ecosystem have developed their own sprawling problems.
minus-squareOliver Lowe@lemmy.sdf.orgOPlinkfedilinkarrow-up2·1 year agoDefinitely depends, yeah. bash is a huge piece of software that - for me - feels a bit out of place in other systems closer to original unix. Interesting ones are rc and even plain old /bin/sh provided by something like busybox.
True, but a man page is a different thing from a tool’s built-in usage information.
deleted by creator
Yeahh, you have a good point lol. Bash and the GNU ecosystem have developed their own sprawling problems.
Definitely depends, yeah.
bash
is a huge piece of software that - for me - feels a bit out of place in other systems closer to original unix. Interesting ones arerc
and even plain old/bin/sh
provided by something like busybox.