Hi
I have to take some unique ids(integers) froma text file, append a pattern like"@yahoo.com" to each of them and send email to this using shell script.
e.g:
a unique no would be 333 and i have to append say" @ hotmail.com"
then i should be able to send email to "
333@hotmail.com"
How should I do this?
Please help!!