This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] fdupes 1.50-PR2 -- Identify duplicate files within given directories


Included in Debian stable:

    http://packages.debian.org/fdupes

Jari

sdesc: "Identify duplicate files within given directories"
ldesc: "Program uses md5sums and then a byte by byte comparison to find
duplicate files within a set of directories. It has several useful
options including recursion."
category: Utils
requires: cygwin

a) manual

  mkdir fdupes
  cd fdupes
  wget        \
    http://cygwin.cante.net/fdupes/setup.hint \
    http://cygwin.cante.net/fdupes/fdupes-1.50-PR2-1-src.tar.bz2 \
    http://cygwin.cante.net/fdupes/fdupes-1.50-PR2-1.tar.bz2 \
  tar -xf fdupes-1.50-PR2-1-src.tar.bz2
  ./fdupes*.sh --color all

b) automated

  gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8

  mkdir fdupes ; cd fdupes
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/fdupes/get.sh \
          http://cygwin.cante.net/fdupes/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]