Skip to content

Instantly share code, notes, and snippets.

@marc0x71
Last active November 9, 2020 08:33
Show Gist options
  • Save marc0x71/6107414e80615df3e8cbf508fa59ff05 to your computer and use it in GitHub Desktop.
Save marc0x71/6107414e80615df3e8cbf508fa59ff05 to your computer and use it in GitHub Desktop.
Fast grep -vf
awk 'FNR==NR {hash[$0]; next} !($0 in hash)' file-piccolo file-grande
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment