Skip to content

adrian-tilita/duplicateFileFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

duplicateFileFinder

Find and generate a xml with the list of duplicate files. Python and PHP Implementation.

Usage:

main.(py|php|js) [path] x[ext] x[xml_filename]

x - optional parameters

Example:

  1. main.py C:\ jpg,png duplicate_files.xml

  2. php main.php D:\ tpl,css duplicate_files.xml

  3. node main.js C:\ jpg,png duplicate_files.xml

For help:

main.py help

php main.php help

node main.js help

Note For nodeJS you need "xmlbuilder" (npm install xmlbuilder)

About

Find and generate a xml with the list of duplicate files. Python and PHP Implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors