I have a text file that looks like this:
13foobar@example.com
foo.bar3@example2.com
qwerty-1@dept.example3.com
How can I use sed or perl to remove all non-alpha characters before the @ sign. I.e. the desired output would be:
foobar@example.com
foobar@example2.com
qwerty@dept.example3.com