I've got a bit of shell to generate a uri for curl to post, but I want to use the vars as both text and as variables. Here's the example code: Code: #!/bin/bash ...
If you're working with a large amount of data in your Bash scripts, arrays will make your life a lot easier. Some people get intimidated by the syntax. But once learned, it will make your scripts more ...