I have data in 1 file
example:
a1b1:online
xxxx:offline
wxyz:enable
a2b2:online
txtx:disable
for single data, not an issue , but how about the double information for online?
how I can display information like
data a1b1 a2b2 are online --- how to get this
data xxxx are offline -- no issue
data wxyz are enable -- no issue