Find duplicate files

Discussion in 'Shell Script' started by sdert, Aug 28, 2010.

  1. sdert

    sdert New Member

    Joined:
    Aug 28, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    We try to search and remove duplicate files and need the best program for this purpose.
     
  2. Prakhar14

    Prakhar14 New Member

    Joined:
    Apr 27, 2011
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0
    you can use this code for this purpose in shell script:
    if cmp f1 f2
    then
    rm f2
    fi
     
  3. huy123456

    huy123456 New Member

    Joined:
    Jan 4, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I am also facing the same issue of duplicate files. i got the solution when i used a utility duplicatefilesdeleter.com/ and it worked for me.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice