Finddup - find duplicate files by content, name.
Finddup - find duplicate files
by content, name
- Normal usage of find dup -- all operations are recursive
./finddup
Displays files of the current directory which are all same by its content.
- Specifying path for the finddup to find the duplicate files
./finddup PATH_TO_SEARCH
./finddup /etc
Displays files of the /etc directory which are all same by its content.
- Find the duplicate files by name
./finddup -n
Displays files of the current directory which are all same by its name.
- Include the hidden files while doing the search
By default the hidden files are excluded in this search, it can be included by using -x option.
./finddup -a
- For other usages, refer README from the tgz.
News
finddup 1.00 is released on Apr 26, 2011 available for download
finddup 0.03 was released on Aug 14, 2010
finddup 0.02 was released on May 25, 2009