Skip to content

farschmessivo/11_duplicates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Anti-Duplicator

The script is going to receive a folder to scan, then is going to traverse the directories given and find the duplicated files in the folders.

Quickstart

Example of script launch on Linux, Python 3.5:

$ python3 duplicates.py test
Scanning test...
The following files are identical.
The name could differ, but the content is identical
___________________
Duplicates Found:
		test/malware.jpg
		test/test/malware.jpg
		test/test copy/malware.jpg
___________________

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About

online bootcamp devman.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%