Skip to content

Instantly share code, notes, and snippets.

@miguel-amaral
Created July 20, 2018 19:05
Show Gist options
  • Save miguel-amaral/6a3c3fbef770b5e9a73e8c42421fb701 to your computer and use it in GitHub Desktop.
Save miguel-amaral/6a3c3fbef770b5e9a73e8c42421fb701 to your computer and use it in GitHub Desktop.
command for findind all phone numbers inside file
grep -o -P "[9][0-9]{8}" fine_name | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment