Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 501 Bytes

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