Hi all
I write to ask you if you could help me with writting this script>>
Suppose we have 2 files: x and y
In x, we have those lines:
g0201350 g0233234 football
United Arab Emirates University
College of Information Technology
g0209099
In y, we have those lines:
Hello there!
Working too hard?
Calling the script
source broadcast x y
should send the message in y to the users: g0201350 g0233234 and g0209099
and should create a file called msg.log that contains the following:
Tue Feb 21 11:45:12 GST 2006
message did not reach football
That is because football is not a correct user id. If I run the script again with the same
unchanged arguments x and y, it will do the same as before and should concatenate the new
info and the file msg.log will contain:
Tue Feb 21 11:45:12 GST 2006
message did not reach football
Tue Feb 21 11:46:59 GST 2006
message did not reach football
if you have anyidea please reply to help me
I will be thankful for your help