Good day;
Few months ago, you had posted a small awk
program:
# a.awk
BEGIN {
FS = "|"
OFS = "|"
while ((getline < "file2") > 0) {
j++
a1[j] = $1
sub(/^[^\|]*/,"",$0)
a0[j] = $0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.