Skip to content

Compare files in two directories and move duplicate files from destination directory to a new directory.

License

Notifications You must be signed in to change notification settings

juzeon/file-compare-move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-compare-move

Compare files in two directories and move duplicate files from destination directory to a new directory.

Usage

Usage of file-compare-move:
  -d string
        destination directory to compare
  -o string
        output directory for duplicate files from dst that exist in src
  -s string
        source directory to compare
# Example:
./file-compare-move -s test/src -d test/dst -o test/duplicate

Build

go build

About

Compare files in two directories and move duplicate files from destination directory to a new directory.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages