summaryrefslogtreecommitdiffstats
path: root/grep-email
blob: c37eb926a21448f4472f8640c52a6e0ec48cf975 (plain)
1
2
3
#!/bin/bash

exec grep -Eo "\b[^ ]*@[^ ]*\b" "$@"