Hi, everybody,
Now I have a file1 including:
fname:lname:email address(like xxxx@yahoo.com)
I want to email all users a message, the message is saved in file2.
I wrote:
nawk 'BEGIN{ FS=":"; n=1;
while (getline < "file2" > 0)
form[n++]=$0 }
{ print "Dear...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.