I love you @crazysox. 7 years down, 70 more to go. <3 http://ff.im/-v9Bk 4 hrs ago

Home / asides / Consolidate duplicate files

Something I learned today.

This manual page documents hardlink, a program which consolidates duplicate files in one or more directories using hardlinks.

hardlink traverses one or more directories searching for duplicate files. When it finds duplicate files, it uses one of them as the master. It then removes all other duplicates and places a hardlink for each one pointing to the master file. This allows for conservation of disk space where multiple directories on a single filesystem contain many duplicate files.

[read]