Jump to content

Fdupes: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Removed red link. The page has been deleted.
External links: update relocated link, otherwise obsolete
 
(15 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{Short description|Program to scan directories for duplicate files}}
'''fdupes''' is a [[Computer program|program]] written by Adrian Lopez to scan [[directory (computing)|directories]] for duplicate [[computer file|files]], with options to list, delete or replace the files with [[hard link|hardlink]]s pointing to the duplicate. It first compares file sizes, partial [[MD5|MD5 signatures]], full MD5 signatures, and then performs a byte-by-byte comparison for verification.
{{Orphan|date=May 2017}}
{{lowercase|title=fdupes}}
{{Infobox software
| name = fdupes
| logo = <!-- Image name is enough. -->
| logo alt =
| logo caption =
| screenshot = <!-- Image name is enough. -->
| screenshot alt =
| caption =
| collapsible = <!-- Any text here will collapse the screenshot. -->
| author =
| developer = Adrián López
| released = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| discontinued = <!-- Set to yes if software is discontinued, otherwise omit. -->
| ver layout = <!-- simple (default) or stacked -->
| latest release version = {{wikidata|property|preferred|references|edit|P348|P548=Q2804309}}
| latest release date = {{Start date and age|{{wikidata|qualifier|preferred|single|P348|P548=Q2804309|P577}}|df=yes}}
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| status =
| programming language = [[C (programming language)|C]]
| operating system =
| platform =
| size =
| language =
| language count = <!-- Number only -->
| language footnote =
| genre =
| license = [[MIT License]]
| alexa =
| website = {{URL|https://github.com/adrianlopezroche/fdupes}}
| repo = <!-- {{URL|example.org}} -->
| standard =
| AsOf =
}}
'''fdupes''' is a [[Computer program|program]] written by Adrián López to scan [[directory (computing)|directories]] for duplicate [[computer file|files]],<ref>{{cite web |url=http://www.heise.de/ct/artikel/Auswahl-satt-291320.html |title = System-Utilities für alle Fälle {{!}} c't Magazin}}</ref> with options to list, delete or replace the files with [[hard link|hardlink]]s pointing to the duplicate. It first compares file sizes, partial [[MD5|MD5 signatures]], full MD5 signatures, and then performs a byte-by-byte comparison for verification.


fdupes is written in [[C (programming language)|C]] and is released under the [[MIT License]].
fdupes is written in [[C (programming language)|C]] and is released under the [[MIT License]].

== References ==
{{reflist}}


== External links ==
== External links ==
* [https://github.com/adrianlopezroche/fdupes Official fdupes homepage]
* [https://github.com/adrianlopezroche/fdupes Official fdupes homepage]
* [https://github.com/jbruchon/fdupes-jody/releases Enhanced fdupes fork with Windows and Mac OS X binaries available]
* [https://codeberg.org/jbruchon/jdupes Enhanced fdupes fork with Windows and Mac OS X binaries available]
* [http://www.heise.de/ct/artikel/Auswahl-satt-291320.html fdupes mention in c't, a German technology magazine]


[[Category:Unix file system-related software]]
[[Category:Unix file system-related software]]

Latest revision as of 07:36, 4 March 2024

fdupes
Developer(s)Adrián López
Stable release
2.3.0[1] Edit this on Wikidata / 27 January 2024; 9 months ago (27 January 2024)
Repository
Written inC
LicenseMIT License
Websitegithub.com/adrianlopezroche/fdupes

fdupes is a program written by Adrián López to scan directories for duplicate files,[2] with options to list, delete or replace the files with hardlinks pointing to the duplicate. It first compares file sizes, partial MD5 signatures, full MD5 signatures, and then performs a byte-by-byte comparison for verification.

fdupes is written in C and is released under the MIT License.

References

[edit]
  1. ^ "Release fdupes 2.3.0".
  2. ^ "System-Utilities für alle Fälle | c't Magazin".
[edit]