Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created February 25, 2021 16:28
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 icaoberg/855db2fa3a3191dd0d8769413e6a9abf to your computer and use it in GitHub Desktop.
Save icaoberg/855db2fa3a3191dd0d8769413e6a9abf to your computer and use it in GitHub Desktop.
List files in B but not A
#!/bin/bash
grep -v -xFf A.tsv B.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment