Skip to content

Instantly share code, notes, and snippets.

@hyoshiok
Created May 23, 2012 03:21
Show Gist options
  • Save hyoshiok/2773087 to your computer and use it in GitHub Desktop.
Save hyoshiok/2773087 to your computer and use it in GitHub Desktop.
find email like address in csv
$ sed -e "s/.*,\([a-z.]\+@[a-z.]\+\).*/\1/g" file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment