petsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 year agoWill Linux’s New run0 Command Run sudo Out of Town?www.howtogeek.comexternal-linkmessage-square45linkfedilinkarrow-up195arrow-down110
arrow-up185arrow-down1external-linkWill Linux’s New run0 Command Run sudo Out of Town?www.howtogeek.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 year agomessage-square45linkfedilink
minus-squareelectricprism@lemmy.mllinkfedilinkarrow-up8arrow-down3·1 year agoSometimes I really hate the utility names people come up with. I would love to see chatgpt rename all the core utils in a way that summarizes their function.
minus-squaretoastal@lemmy.mllinkfedilinkarrow-up13arrow-down2·1 year agoThe name does do what it says & in just 4 char
minus-squareikidd@lemmy.worldlinkfedilinkEnglisharrow-up6·1 year agoThe one that really annoys me is using “-r” and “-R” interchangeably for recursion. Why that has stood is beyond me.
minus-squarePankkake@lemmy.worldlinkfedilinkarrow-up3·1 year agoProbably: “oh we already have a -r for xxx, let’s do recursion with -R”
minus-squareqaz@lemmy.worldlinkfedilinkarrow-up2·edit-21 year agoBut it literally is a summary. It run’s an executable as the user with id 0 (root) and it’s called run0.
Sometimes I really hate the utility names people come up with.
I would love to see chatgpt rename all the core utils in a way that summarizes their function.
The name does do what it says & in just 4 char
The one that really annoys me is using “-r” and “-R” interchangeably for recursion. Why that has stood is beyond me.
Probably: “oh we already have a
-r
for xxx, let’s do recursion with-R
”But it literally is a summary.
It run’s an executable as the user with id 0 (root) and it’s called run0.