Hi all-
I'm basically trying to write a script that will generate statistics for each configuration setting we have in our application.
There is about 70 settings. There's about 300 configuration files. I need to generate reports for each of the 70 settings. Basically: Setting A is "true" for 125 out of the 300 configuration files; Setting A is "false" for 175.
And so forth; my biggest concern isn't how to accomplish this, which is relatively painless for each individual setting, but more of, how to go about getting the aggregate in an efficient manner.
Anyone have any ideas?
Thanks
~Eric
I'm basically trying to write a script that will generate statistics for each configuration setting we have in our application.
There is about 70 settings. There's about 300 configuration files. I need to generate reports for each of the 70 settings. Basically: Setting A is "true" for 125 out of the 300 configuration files; Setting A is "false" for 175.
And so forth; my biggest concern isn't how to accomplish this, which is relatively painless for each individual setting, but more of, how to go about getting the aggregate in an efficient manner.
Anyone have any ideas?
Thanks
~Eric