Skip to content

Instantly share code, notes, and snippets.

@leveled
Created February 3, 2021 19:42
Show Gist options
  • Save leveled/7b88e0b57837f28aee071f9371434f9d to your computer and use it in GitHub Desktop.
Save leveled/7b88e0b57837f28aee071f9371434f9d to your computer and use it in GitHub Desktop.
Show lines in one file that are not in the other
comm <(sort arp_cache.txt) <(sort test) -3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment