Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hk08904

    How to use pipe to send email to $3 in a awk script

    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=&quot;:&quot;; n=1; while (getline < &quot;file2&quot; > 0) form[n++]=$0 } { print &quot;Dear...

Part and Inventory Search

Back
Top