Fdupes: Difference between revisions
Appearance
Content deleted Content added
Malcolmxl5 (talk | contribs) 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 |
||
{{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:// |
* [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
Developer(s) | Adrián López |
---|---|
Stable release | 2.3.0[1]
/ 27 January 2024 |
Repository | |
Written in | C |
License | MIT License |
Website | github |
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.