Skip to content

Instantly share code, notes, and snippets.

@vadimkantorov
Last active December 10, 2022 10:13
Show Gist options
  • Save vadimkantorov/5df91682db975b32244915f33cadafcd to your computer and use it in GitHub Desktop.
Save vadimkantorov/5df91682db975b32244915f33cadafcd to your computer and use it in GitHub Desktop.
List unused email addresses
diff --new-line-format="" --unchanged-line-format="" <(tail -n +2 all.csv | cut -d',' -f6 | tr -d '"' | sort -u) <( tail -n +2 sent.csv | cut -d',' -f1 | tr -d '"' | sort -u)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment