in reply to Re: Comparison Of Files in thread Comparison Of Files
Hey, i would use that kind of solution, but each file gets updates on alternating days. So on one day, newsite1.txt might be the newest file, and the other newsite2.txt might. I need a way to just see, if one name is in the other, and if its not.. print it, so if newsite2.txt has a site that newsite1.txt does not, print it, and viceversa.
Thanks
Dipul
(tye)Re: Comparison Of Files
by tye (Sage) on Dec 05, 2000 at 20:25 UTC
|
Then make it into a subroutine and reverse the arguments to it (the names of the files) depending on the day.
-
tye
(but my friends call me "Tye")
| [reply] |
|