Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Two folders with lots of files, some repeat ...

Options
  • 14-08-2013 8:56pm
    #1
    Closed Accounts Posts: 6,556 ✭✭✭


    Hi,
    I have 2 folders full of files, some repeat , how can i get a diff of the 2 folders and just delete that diff from one folder ?

    thanks ...

    or do i need to do it the retarded way ?


Comments

  • Closed Accounts Posts: 874 ✭✭✭Gosub


    Google "auslogics duplicate file finder". Works for me.


  • Closed Accounts Posts: 6,556 ✭✭✭the_monkey


    Thanks, anyone know another that supports RAW image files ?


  • Registered Users Posts: 6,221 ✭✭✭bonzodog2


    If you can't find a tool to do it, you can do a directory listing piped to a file, ordered by file size (so 2 files the same size appear next to each other)

    dir /os >listing.txt

    then you can compare two files with the fc command

    fc /b file1.ext file2.txt


  • Closed Accounts Posts: 8,015 ✭✭✭CreepingDeath


    the_monkey wrote: »
    Hi,
    I have 2 folders full of files, some repeat , how can i get a diff of the 2 folders and just delete that diff from one folder ?

    thanks ...

    or do i need to do it the retarded way ?

    Assuming that there aren't different versions of each unique filename, how about copying one folder contents into the other.

    Result : Combined folder.


Advertisement