This may sound rather dumb, but I am trying to just get awk to list whats after 'x word' until 'y word'...
eg...
[1055803211] SERVICE;
I want it to tell me what comes after HTTP but stop after the next ';'
HTTP;OK is all I need (or just OK)
I tried using the character number in the line but the first [1055803211] part keeps changing size.
eg...
[1055803211] SERVICE;
I want it to tell me what comes after HTTP but stop after the next ';'
HTTP;OK is all I need (or just OK)
I tried using the character number in the line but the first [1055803211] part keeps changing size.