Skip to content

Instantly share code, notes, and snippets.

@mwrites
Created July 26, 2023 20:40
Show Gist options
  • Save mwrites/d8ea81f232ab64c39daec6d24cdf7100 to your computer and use it in GitHub Desktop.
Save mwrites/d8ea81f232ab64c39daec6d24cdf7100 to your computer and use it in GitHub Desktop.
Grep by a file
cat not_found.txt | xargs -I {} grep {} db/sends.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment