Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 726 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 726 Bytes

duplicate_file-handler

About

Duplicate File Handler is a useful tool that can free some space on your drive. Write a handler that checks and compares files in a folder, displays the result, and removes duplicates.

Learning outcomes

Learn how to work with files and folders. Get familiar with hashing, learn how to apply it to your tasks.

Stages

Stage 1

Display full path of the files inside the folder specified as an argument

Stage 2

Display full path of the files inside the folder specified as an argument. You can filter by extension and the order is by size of the files

Stage 3

Display duplicated files. A MD5 hash is got for each file.

Stage 4

Option added to delete the files that you want