(no title)
manlobster | 1 year ago
It's a shame that they provided such weird syntax for the most important thing you tend to do in a bash script, while providing fairly nice syntax for everything else.
manlobster | 1 year ago
It's a shame that they provided such weird syntax for the most important thing you tend to do in a bash script, while providing fairly nice syntax for everything else.
chii|1 year ago
Overall, it is cute and neat, but i find that if you are looking to write bash scripts that require this level of programming, you'd be better off writing it in python, or perl. Only in very austere environments can this be utilized, but the requirement of having `bc` installed means you must also have the ability to run package installation, so might as well run the package installation for a full on programming language!
chrisjharris|1 year ago
freedomben|1 year ago
I don't remember ever installing bc, but I use it frequently and it's always there. Are you sure it's not already part of most base systems?
RodgerTheGreat|1 year ago