minus-squaregreplinux@programming.devtoShell Scripting@programming.dev•The Shell Scripting Tutorial: Parsing long command-line arguments with getoptlinkfedilinkEnglisharrow-up0·4 days agoBash is everywhere—embedded systems, minimal containers, legacy servers. Zero dependencies, just #!/bin/bash. In constrained environments, you often can’t install “proper” languages. It’s often the right and only tool for the job. linkfedilink
minus-squaregreplinux@programming.devtoProgrammer Humor@programming.dev•Coincidentally, FFM peg is also something you can find on the hublinkfedilinkarrow-up6·4 days agoAbsolutely - very powerful and capable, even just from the Linux command line. linkfedilink
Bash is everywhere—embedded systems, minimal containers, legacy servers. Zero dependencies, just #!/bin/bash. In constrained environments, you often can’t install “proper” languages. It’s often the right and only tool for the job.