Created
July 26, 2023 20:40
-
-
Save mwrites/d8ea81f232ab64c39daec6d24cdf7100 to your computer and use it in GitHub Desktop.
Grep by a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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