Farshid's Weblog

Posts tagged “bash”

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