keithlages
IS-IT--Management
I need help retrieving just the number thats in a line between certain characters.
I can take the file, fold it to get my lines, then tail it to get the bottom lines and grep out the line I need:
example: GE*184*23058967
What I really need now is a way to get what is between 'GE*' and the second '*'. I need the '184' basically.
I'm a little lost using awk and I could really use some help here.
I can take the file, fold it to get my lines, then tail it to get the bottom lines and grep out the line I need:
example: GE*184*23058967
What I really need now is a way to get what is between 'GE*' and the second '*'. I need the '184' basically.
I'm a little lost using awk and I could really use some help here.