svent / sift

A fast and powerful alternative to grep
https://sift-tool.org
GNU General Public License v3.0
1.6k stars 108 forks source link

Lines Not Matched from Source File #108

Open reafian opened 5 years ago

reafian commented 5 years ago

If I have a source file ( test.txt ) containing two line:

bc-2e-48-2d-43-70 bc-2e-48-2d-43-7g

The I can do: "sift -f test.txt -x csv" to match these two lines against a number of CSV files and this returns one valid result.

Is it possible to have the output show the non-matching lines from the source files rather than the matched lines in the search files?