Joe Klemmer to Linux@lemmy.ml · 1 year agoHow to run command or code in parallel in bash shell under Linux or Unixwww.cyberciti.bizexternal-linkmessage-square16fedilinkarrow-up143arrow-down14file-text
arrow-up139arrow-down1external-linkHow to run command or code in parallel in bash shell under Linux or Unixwww.cyberciti.bizJoe Klemmer to Linux@lemmy.ml · 1 year agomessage-square16fedilinkfile-text
minus-squaredb2@sopuli.xyzlinkfedilinkarrow-up2arrow-down17·1 year agoWhy would you make a one line command in to a function 🤣
minus-squareWalrusByte@lemmy.worldlinkfedilinkEnglisharrow-up12·1 year agoIt’s just a proof of concept. They wanted to keep it clean and easy to read while still showing off how to run the function in the background
minus-squaredb2@sopuli.xyzlinkfedilinkarrow-up1arrow-down16·1 year agoAdding three extra lines to call a single command makes it clean? Remind me not to hire you.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up16·1 year agoonly a masochist would want to work with anyone this dense
minus-squareCashewNut 🏴@lemmy.worldlinkfedilinkarrow-up10·1 year agoWhat’s the point in commenting just to be a dick head?
minus-squareHelix 🧬@feddit.delinkfedilinkEnglisharrow-up4·1 year agoDo you know what the word ‘example’ means? There are people who aren’t as superbly knowledgeable as you are.
minus-squaresebsch@discuss.tchncs.delinkfedilinkarrow-up2·11 months agoReadability counts, toxic comments … not sure
Why would you make a one line command in to a function 🤣
It’s just a proof of concept. They wanted to keep it clean and easy to read while still showing off how to run the function in the background
Adding three extra lines to call a single command makes it clean? Remind me not to hire you.
only a masochist would want to work with anyone this dense
What’s the point in commenting just to be a dick head?
You tell me.
Do you know what the word ‘example’ means? There are people who aren’t as superbly knowledgeable as you are.
Readability counts, toxic comments … not sure
Repeated usage.
It’s only called once.