SilkyFalcon

Generation

linuxSun, 27 Nov 2022

get email addresses from a specific file

grep -E -o "\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,6}\b" file.txt

Want to kickstart your project?Use the new AI Studio to create your code