argon3x / chdfile

chdfile is a tool written in python that helps to check for duplicate files in a directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chdfile

Description

chdfile is a tool written in python that helps to check for duplicate files in a directory it achieves this by using the file's hash and displays the results of duplicates files on the standard output

Usage

  • give execution permissions to the script
 chmod 750 chdfile.py
  • display the help menu
 ./chdfile.py -h

Examples

 ./chdfile.py -d /path/to/the/directory

Supported

support

About

chdfile is a tool written in python that helps to check for duplicate files in a directory


Languages

Language:Python 100.0%