Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 626 Bytes

File metadata and controls

30 lines (19 loc) · 626 Bytes

Duplicate File Matching

A command line tool to identify duplicate files recursively in a folder structure. The prompt will also accept a compressed archive if one is detected and unpack it. Currently this project only supports Image file matching, as this was the focus point.

Table of Contents

  1. Prerequisites
  2. Usage

1. Prerequisites

  • .NET Core 3.1
  • IDE or a terminal emulator to run the CLI.

2. Usage

Terminal:

$ dotnet restore
$ cd DuplicateFileMatching.ConsoleApp/
$ dotnet run

IDE:

Build and Run solution in Visual Studio, or JetBrains Rider (tested).