/find_mssing

Simple Go utility to find which files in one path don't exist in another path

Primary LanguageGo

find_missing

This is a simple tool to find which files in a source directory (say, a camera SD card) don't exist in a destination directory (like your photo albums).

Usage:

find_missing.exe <source> <destination> [<destination> ...]