Skip to content

Instantly share code, notes, and snippets.

View glunardi's full-sized avatar

Guy Lunardi glunardi

  • Collabora Limited
  • New York, NY, USA
View GitHub Profile
@dideler
dideler / example.md
Last active November 14, 2024 03:33
A python script for extracting email addresses from text files.You can pass it multiple files. It prints the email addresses to stdout, one address per line.For ease of use, remove the .py extension and place it in your $PATH (e.g. /usr/local/bin/) to run it like a built-in command.