Browsing Tag
bash
105 posts
How to Use Variables in Bash
Variables are the very first thing I teach anyone starting with Bash scripting, because almost nothing meaningful can…
How to Comment Your Bash Script
I’ve opened plenty of old scripts — some my own, some written by other people — and struggled…
How to Create a Bash Script
The first script I ever wrote was just three lines long, but it saved me from typing the…
How to Open the Bash Shell
Before you can write a single script or run a single command, you need to actually get into…
How to Create a Bash File Filtering Tool
One of the scripts I reach for most often isn’t fancy at all — it’s a simple tool…