This post follows up on Part 1 by examining the many ways that you can test the value of variables – e.g., whether they equal particular strings like “yes” or “no”, if they have a numeric value, if ...
We often read (including in the book Advanced Bash-Scripting Guide by Mendel Cooper) that if we pass variable names as parameters to functions, they will be treated as string literals and cannot be ...
A software vendor has given us a script that sets some environmental variables. It needs to be run manually by cd-ing into the directory and executing '. ./.script.sh'. This seems a bit weird to me - ...
Bash has quietly made scripting on Unix systems a lot easier with its own regular expressions. If you're still leaning on grep and sed commands to get your scripts to do what you need from them, maybe ...
I have a simple API running in Flask on a Raspberry Pi. The Pi has Debian (buster) installed. In the API, I am making calls to Twilio. I'm storing sensitive info like the auth token in environment ...
Finally, I'm going to finish the mail merge script, just in time for Replicant Day. Oh, sorry, back to topic here. I was developing a shell script that would let you specify a text document with ...
If you're a cybersecurity enthusiast or ethical hacker who wants to learn more about building hacking tools, this book is for ...
If you are a traditional programmer, using bash for scripting may seem limiting sometimes, but for certain tasks, bash can be very productive. It turns out, some of the limits of bash are really ...
Bash, aka the Bourne-Again Shell, has a newly discovered security hole. And, for many Unix or Linux Web servers, it's a major problem. The flaw involves how Bash evaluates environment variables. With ...
If you aren’t a Linux user and you watch someone who knows what they are doing use Bash — the popular command line interpreter — you might get the impression they type much faster than they actually ...