SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

equal-files rpm build for : openSUSE Leap 42. For other distributions click equal-files.

Name : equal-files
Version : 0.0.5.3 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 8.11 Date : 2018-03-15 15:35:09
Group : Development/Libraries/Haskell Source RPM : equal-files-0.0.5.3-8.11.src.rpm
Size : 1.23 MB
Packager : (none)
Summary : Shell command for finding equal files
Description :
Shell command that finds files with equal content in a given set of files.
This is useful for finding duplicates in a set of documents where the same
document might have been stored by accident with different names. Use it like

> equal-files `find my_dir -type f`

or

> find my_dir -type f | xargs equal-files

If the file names contain spaces, better use

> find my_dir -type f -printf \"\'%{p}\'n\" | xargs equal-files

or

> equal_files -r my_dir

The program reads all input files simultaneously, driven by sorting and
grouping of their content. However be prepared that due to the simultaneous
access you may exceed the admissible number of opened files. Thus you may
prefer to run it like

> equal_files -r -p 512 my_dir

The program can be used as a nice example of a declarative yet efficient
implementation of a non-trivial algorithm, that is enabled by lazy evaluation.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/lts:/8/openSUSE_Leap_42.3/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
equal-files
equal-files(x86-64)

Requires :
libc.so.6()(64bit)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libutil.so.1()(64bit)
librt.so.1(GLIBC_2.2.5)(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
librt.so.1()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0()(64bit)
libc.so.6(GLIBC_2.3.2)(64bit)
librt.so.1(GLIBC_2.3.3)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
libm.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.7)(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libffi.so.4()(64bit)
libm.so.6()(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libdl.so.2(GLIBC_2.2.5)(64bit)
libdl.so.2()(64bit)


Content of RPM :
/usr/bin/equal-files
/usr/share/doc/packages/equal-files
/usr/share/doc/packages/equal-files/LICENSE

 
ICM