Hello,
Is there a quick awk one-liner for this extraction?:
file1
file2
Desired output
Thanks!!
Is there a quick awk one-liner for this extraction?:
file1
Code:
49389 text55
52211 text66
Code:
59302 text1
49389 text2
85939 text3
52211 text4
13948 text5
Code:
49389 text2
52211 text4
Thanks!!