petsoi@discuss.tchncs.de to Linux@lemmy.ml · 2 years agoWill Linux’s New run0 Command Run sudo Out of Town?www.howtogeek.comexternal-linkmessage-square49linkfedilinkarrow-up1100arrow-down19
arrow-up191arrow-down1external-linkWill Linux’s New run0 Command Run sudo Out of Town?www.howtogeek.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 2 years agomessage-square49linkfedilink
minus-squareelectricprism@lemmy.mllinkfedilinkarrow-up8arrow-down3·2 years 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-up16arrow-down2·2 years agoThe name does do what it says & in just 4 char
minus-squareikidd@lemmy.worldlinkfedilinkEnglisharrow-up7·2 years 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-up5·2 years agoProbably: “oh we already have a -r for xxx, let’s do recursion with -R”
minus-squareqaz@lemmy.worldlinkfedilinkarrow-up2·2 years 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
-rfor 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.