fclones

Installation

  sudo pacman -S fclones

Usage

Find duplicates

  fclones group . > dupes.txt

Remove duplicates

Don't forget to review the dupes.txt BEFORE making any changes.

  fclones remove < dupes.txt
↑ Back to the top