I have a source file which looks like the following:
a = 2
b = 3
c = 4
...
a = 2
b = 3
c = 4
...
a = 2
b = 3
c = 4
...
What would be the best way to extract the data based on this file? so I can search based on hostname and per field?
↧