项目作者: hamzaavvan

项目描述 :
Python tool to help you knockout duplicate entries from multiple files and generate the final output
高级语言: Python
项目地址: git://github.com/hamzaavvan/dupknock.git
创建时间: 2020-03-29T16:33:12Z
项目社区:https://github.com/hamzaavvan/dupknock

开源协议:

下载


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

  1. $ python dupknock.py directory_containing_files [exts]

Example

To search within text (txt) files only:

  1. $ python dupknock.py subdomains

When searching within txt and csv

  1. $ python dupknock.py subdomains txt,csv