Here are some basic skills to get started with bash, one of the best shells for preparing and using scripts on Linux. Scripting in Linux–putting commands into a file so you can run them as a group—is ...
Exploring data, one index at a time.
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 ...
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 ...
How to use a Bash script for-loop for system administration in Linux Your email has been sent Bash scripting remains a staple of my endeavors in Linux as a system administrator, and I use it every day ...
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 ...
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 ...