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