Skip to content

A set of utilities to find duplicate files and save disk space

License

Notifications You must be signed in to change notification settings

rrthomas/finddup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

				  finddup
				  -------

		  Oleg Kibirev <oleg@gd.cs.CSUFresno.EDU>
			Reuben Thomas <rrt@sc3d.org>


A set of utilities to help save disk space.  Be careful: these programs
modify your files!

These programs are distributed under the GNU General Public Licence version
2, or, at your option, any later version.

To install finddup, you need autoconf, automake and make. Run:

    autoreconf -i
    ./configure && make install

For more options, run:

    ./configure --help