Farshid's Weblog

Posts tagged "bash"

# Title Date Author
25
A shell script for running Go one-liners
24
Finding CSV files that start with a BOM using ripgrep
23
Converting ORF raw files to JPEG on macOS
22
Ignoring errors in a section of a Bash script
21
Convert git log output to JSON using jq
20
Combined release notes from GitHub with jq and paginate-json
19
Calculating the size of a SQLite database file using SQL
18
Attaching a bash shell to a running Docker container
17
Running multiple servers in a single Bash script
16
Looping over comma-separated values in Bash
15
Calculating the size of all LFS files in a repo
14
Using awk to add a prefix
13
hexdump and hexdump -C
12
Skipping CSV rows with odd numbers of quotes using ripgrep
11
Start, test, then stop a localhost web server in a Bash script
10
Enabling WAL mode for SQLite database files
9
Escaping strings in Bash using !:q
8
Commit a file if it changed
7
Copy tables between SQLite databases
6
Downloading partial YouTube videos with ffmpeg
5
CLI tools hidden in the Python standard library
4
Accessing 1Password items from the terminal
3
Downloading every video for a TikTok account
2
How to create a tarball of a git repository using "git archive"
1
nullglob in bash