Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NR==FNR {
- a[$0]++
- next
- }
- FNR>1{
- if ($3 in a)
- print $3
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement