Alternatives to fclones

A command-line tool that finds groups of identical files and removes the copies you no longer need. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as fclones.

  • rmlint

    A fast command-line tool that finds duplicate files, empty directories and other filesystem clutter.

    rmlint also finds empty files and folders and writes a reviewable removal script instead of deleting directly, and it is aimed at Linux and Unix-like systems.

  • fdupes

    A command-line program that finds duplicate files in chosen directories and can delete them.

    fdupes is a simpler duplicate finder with interactive or automatic deletion, runs on macOS and Linux, and has no separate GUI front end.

Also worth comparing

These listings name fclones as their own alternative, so the relationship runs both ways.

  • AllDup

    Free Windows duplicate file finder that compares by content, properties, similar images or music.

    FreeProprietaryWindows

    fclones is MIT-licensed open source for the Linux command line, finds duplicates by content, and offers a separate GUI front end if you want one.

Similar software

Related functionality, not a direct replacement.