I'm trying to get a sum of objects that are counted in text file. For example, this is how my file looks like:
Total servers: 3 Total databases: 10 Total table spaces: 30
Total servers: 5 Total databases: 50 Total table spaces: 500
Total servers: 3 Total databases: 30 Total table spaces: 100
I will need to get the sum of databases, so it should be 90 total.