/dupknock

Python tool to help you knockout duplicate entries from multiple files and generate the final output

Primary LanguagePython

dupknock

Python tool to help you knockout duplicate entries from multiple files and generate the final output

DupKnock - Python

Required: Python 3.5 or above

Usage

$ python dupknock.py directory_containing_files [exts]

Example

To search within text (txt) files only:

$ python dupknock.py subdomains

When searching within txt and csv

$ python dupknock.py subdomains txt,csv