Here's a tricky one.
We have a list of servers that we test every week for vulnurabilities.
When these servers report back, their report is stored in a directory "/reports/<date>/<serverName>"
Now what I wanna do is take the total number of servers, and subtract the ones that reported back. Problem is that each one that reported back has it's own file.
Any ideas?
I was going to do a comm but that requires a single file and not a directory
We have a list of servers that we test every week for vulnurabilities.
When these servers report back, their report is stored in a directory "/reports/<date>/<serverName>"
Now what I wanna do is take the total number of servers, and subtract the ones that reported back. Problem is that each one that reported back has it's own file.
Any ideas?
I was going to do a comm but that requires a single file and not a directory