Last active
November 5, 2016 22:37
-
-
Save yoander/0babf36d634e3941b18a998d0e02adac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imperdiet.nec.leo@etmalesuadafames.net | |
molestie.in.tempus@nuncQuisque.edu | |
a.sollicitudin.orci@ut.edu | |
lorem.Donec.elementum@arcuNunc.ca | |
et.rutrum.eu@nisidictumaugue.ca | |
augue@Cumsociis.co.uk | |
adipiscing@convallisestvitae.com | |
Nunc.sed.orci@rhoncusDonecest.org | |
pede@tempuslorem.net | |
imperdiet@InloremDonec.ca |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sybil|arcu@dolordolor.ca | |
Neville|euismod@semperNam.co.uk | |
Sean|In.lorem.Donec@tinciduntaliquamarcu.edu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while read line; do echo "Sending email to $line"; done < emails.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat emails.txt |while read line; do echo "Sending email to $line"; done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
awk -F'|' '{email=$1" <"$2">"} {print "Sending email to "email;}' emails.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment