Hello. I'm need help trimming of some single quotes. Not sure how to handle this. Here's what I'm doing.
file core|awk '{print $5}' > coreinfo.out
This leaves me with output similar to:
'name.1.0.0'
How can I further trim of the ticks? I just want the info in between the single quotes for use in another script.
Thanks in advance.
Robert
file core|awk '{print $5}' > coreinfo.out
This leaves me with output similar to:
'name.1.0.0'
How can I further trim of the ticks? I just want the info in between the single quotes for use in another script.
Thanks in advance.
Robert