Browsing Tag
bash
105 posts
How to Create a Bash File Joiner
If you’ve ever split a large video, backup archive, or log file into smaller chunks, you already know…
How to Create a Bash File Splitter
I remember the first time I needed to upload a 10GB backup file to a service that capped…
How to Create a Bash File Renamer
I can’t count how many times I’ve downloaded a folder full of photos named IMG_0001.jpg, IMG_0002.jpg, and so…
How to Create a Bash Word Counter
Back when I was cleaning up a huge batch of scraped text files for a personal project, I…
How to Convert Text to Speech in Bash
A while back, I wanted a way to have my terminal read notifications and log summaries out loud…
How to Create a Bash Image Resizer
I once had a folder of a few hundred product photos, all at wildly inconsistent resolutions, that needed…
How to Generate QR Codes in Bash
I needed a fast way to generate QR codes for a stack of Wi-Fi passwords and product links…
How to Create a Bash URL Shortener
I wanted a personal URL shortener for links I share often in scripts, documentation, and chat — something…
How to Use ‘getopts’ for Command Line Options in Bash
For a long time, I handled command-line arguments in my scripts with a messy chain of if […
How to Create a Bash File Decryption Tool
After a scare where a sensitive backup archive of mine sat unencrypted on a cloud drive for longer…