Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unix command with grep

uyogiMar 30 2019 — edited Mar 31 2019

Hi all,

I have a file with the below text, I want to search the second line(always my output exists in the second line) and get the value inside the single quote to be written to another file ...

ie., the output should be: 1.3.7 14-Sep-17.

header_version VARCHAR2 ( 20 ) := '1.1.1 07-Jan-16';

body_version VARCHAR2 ( 20 ) := '1.3.7 14-Sep-17';

Any help, please?

Thank you.

This post has been answered by Tommy.Reynolds-Oracle on Mar 30 2019
Jump to Answer
Comments
Post Details
Added on Mar 30 2019
8 comments
546 views