Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teresa-shirkova/4eb4521bb7dd1c3e31fb to your computer and use it in GitHub Desktop.
Save teresa-shirkova/4eb4521bb7dd1c3e31fb to your computer and use it in GitHub Desktop.
gawk -F',' 'NR==FNR{a[$col1_fil1,$col2_file1];next}($col1_file2,$col2_file2) in a{print $0}' file1 file2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment