This is on AIX, so I don't have GNU grep. I need to search for differing application versions. Application name is on one line, version is on the next. Something like:
aa This is an application to do stuff
aix Version: 11.22.33.44
There is some unique data on the application line, so I can grep it out, but I need to add the line after. Actually, all I need is the version number line, just using the application name to find it.
aa This is an application to do stuff
aix Version: 11.22.33.44
There is some unique data on the application line, so I can grep it out, but I need to add the line after. Actually, all I need is the version number line, just using the application name to find it.