Guest User

Untitled

a guest
Aug 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. 80 001 002
  2. 81 011 012 013 014
  3. 82 021 022
  4. ...
  5.  
  6. 81 103823044
  7. 80 103823054
  8. 81 103823064
  9. ...
  10.  
  11. 103823044|011|
  12. 103823044|012|
  13. 103823044|013|
  14. 103823044|014|
  15. 103823054|001|
  16. 103823054|002|
  17. 103823064|011|
  18. 103823064|012|
  19. 103823064|013|
  20. 103823064|014|
  21.  
  22. awk 'NR == FNR { x[$1,$2] = $1; next; } { for (i in x) { if (x[i] == $1) { split(i,t,SUBSEP); for (z = 2; z <= NF; z++) { print t[2] "|" $z "|"; } } } }' input.txt mapping.txt
Add Comment
Please, Sign In to add comment