Search Results

Search: Posts Made By: awc228
1,494
Posted By bartus11
Try: awk 'NR==FNR{a[$1]=$10;next}{for (i in a) if...
Try: awk 'NR==FNR{a[$1]=$10;next}{for (i in a) if ($0~i) print $0,a[i]}' file1 file2 > file3
1,494
Posted By balajesuri
perl -lane 'BEGIN{open O, "> file3"}; open F1, "<...
perl -lane 'BEGIN{open O, "> file3"}; open F1, "< file1"; for $l (<F1>) { chomp $l; @x = split /\s+/, $l; ($F[0] =~ /$x[0]/) && print O "@F $x[9]" }; close F1; END{close O}' file2
2,073
Posted By joeyg
Need more info
I am not familiar with the web site/service.
Can you provide specifics on:
1) can you create a listing (report) of the 150 groups
2) can you provide details or listing on what songs currently in a...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 02:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy