[Q] Send mail..

From: Felix Ortigosa Martinez <fel_om_at_cgic.ucol.mx>
Date: Mon, 31 Mar 1997 10:42:38 -0600 (CST)

Hello Administrators

I don't have much experience in UNIX but I need to know how shipping a
mail to all my users of the servant, I have 150 users.

I have attempted with the following command
 
 cp /etc/passwd passwd.old
 sed -n '14,164p' passwd.old | awk '{
 
 split($0,a,":");
 print a[1] ; *** Good ****
 mail a[1] <anuncio; **** Bad ****
 }'

but without success some.

Where - anuncio - in the mail to send.



Regards.
Felix.
Received on Mon Mar 31 1997 - 18:54:14 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:36 NZDT