Skip to content

Instantly share code, notes, and snippets.

@andreyuhai
Last active April 29, 2019 23:28
Show Gist options
  • Save andreyuhai/87359801ce0e348c6ed2abfc3b6f3a0f to your computer and use it in GitHub Desktop.
Save andreyuhai/87359801ce0e348c6ed2abfc3b6f3a0f to your computer and use it in GitHub Desktop.
Grep Usage

To find differences between two files

grep -w -v -F -f <file_to_search_the_lines_from> <file_to_search_the_lines_in>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment