Farshid's Weblog
Login
Posts tagged “bash”
A shell script for running Go one-liners
(2025-09-13)
Finding CSV files that start with a BOM using ripgrep
(2025-08-10)
Converting ORF raw files to JPEG on macOS
(2025-07-26)
Ignoring errors in a section of a Bash script
(2025-07-19)
Convert git log output to JSON using jq
(2025-03-08)
Combined release notes from GitHub with jq and paginate-json
(2025-02-01)
Calculating the size of a SQLite database file using SQL
(2024-12-28)
Attaching a bash shell to a running Docker container
(2024-12-22)
Running multiple servers in a single Bash script
(2024-12-22)
Looping over comma-separated values in Bash
(2024-11-23)
Calculating the size of all LFS files in a repo
(2024-11-03)
Using awk to add a prefix
(2024-09-14)
hexdump and hexdump -C
(2024-09-08)
Skipping CSV rows with odd numbers of quotes using ripgrep
(2024-08-31)
Start, test, then stop a localhost web server in a Bash script
(2024-08-31)
Enabling WAL mode for SQLite database files
(2024-05-18)
Escaping strings in Bash using !:q
(2024-03-10)
Commit a file if it changed
(2023-11-25)
Copy tables between SQLite databases
(2023-09-16)
Downloading partial YouTube videos with ffmpeg
(2023-09-09)
CLI tools hidden in the Python standard library
(2023-08-26)
Accessing 1Password items from the terminal
(2023-07-23)
Downloading every video for a TikTok account
(2023-05-13)
How to create a tarball of a git repository using "git archive"
(2023-04-15)
nullglob in bash
(2023-04-02)