Hi,
I have a table from which I can get the list of servers. This I am placing in one file (abc). I have one another file (say "xyz) with the list of servers (this is not from the table I am talking above).
Here I have to get the server names one by one from file "abc" and check whether the same is existing in the file "xyz".
For example :
file "abc" has
---------
PPMPDB
HPRD8
TFRCST
DFPDB
RXPPDB
SBOPDB
UCDP
ALGPDB
SMTP
SRMP
RMANREP
FPRD
file "xyz" has
-------------
PPMPDB
HPRD8
TFRCST
DFPDB
RXPPDB
SBOPDB
UCDP
Here "abc" and "xyz" are not same. wherever it is not matching I have to print msg.
Please let me know how to put this in script.
Regards,
Vineela