iEntry 10th Anniversary LinuxHaxor WH MH

Find and Delete Duplicate File with fdupes


fdupes is a linux utility that uses md5sums to find duplicate files within a set of directories, using byte by byte comparison. Some of it’s options includes following sysmlinks and hardlinks, using recursive directory search, show file size in bytes and prompt user for file deletion.

We can start up fdupes with this simple command fdupes -r -S -d /home/pavs , here I am asking fdupes to do recursive file search and show me the size of the file and finally prompt me for file deletion.

You can get more information about this tool and download it from the authors website: http://netdial.caribe.net/~adrian2/fdupes.html


  • SamNo Gravatar

    April 7th, 2009 14:53

    I’ve just tried it out, and it’s a great little utility. I can’t quite get over how fast it is!


Subscribe without commenting


Leave a Reply

Note: Any comments are permitted only because the site owner is letting you post, and any comments will be removed for any reason at the absolute discretion of the site owner.