#bash
Read more stories on Hashnode
Articles with this tag
a while ago, i blogged about uploading files to s3 using curl and provided the solution as two functions written in bash, and basically the only...
a programming language is only ever going to be as good as its standard library. try writing a c program without, for instance, <string.h>. it's not...
in this series we're looking at using the amber language to write scripts that transpile into bash. so far we've covered using shell commands and...
writing shell scripts is zero fun. the bash syntax is a mess, error handling is difficult, and any script longer than a hundred lines is basically...
s3 is handy and useful, but it would be a lot more handy and useful if we had a shell script for pushing things to buckets; a script that didn’t...