Skip to content

Instantly share code, notes, and snippets.

@cmoog
Created December 6, 2022 20:21
Show Gist options
  • Save cmoog/8b859a46523a687b788b1ad94b8a7877 to your computer and use it in GitHub Desktop.
Save cmoog/8b859a46523a687b788b1ad94b8a7877 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
head $1 -n 1 | jq -r keys_unsorted | jq -cr 'join(",")' > $1.csv
jq -r 'join(",")' $1 >> $1.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment