Skip to content

proger/hsdup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hsdup

Finds duplicate files in a directory (recursively).

Usage

% cabal sandbox init
% cabal install
% ./.cabal-sandbox/bin/hsdup ~/Pictures | tee junk    # prints files that are safe to delete 
                                                # (the criteria is a path length. works for me)
% cat junk | tr '\n' '\0' | xargs -0t -n1 echo rm     # oops

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published