F5F Stay Refreshed Software Operating Systems A utility that informs you whether a file is present anywhere in the filesystem.

A utility that informs you whether a file is present anywhere in the filesystem.

A utility that informs you whether a file is present anywhere in the filesystem.

S
SctRazor
Junior Member
38
02-12-2016, 09:47 AM
#1
You're looking for a tool that scans your filesystem for duplicate files and generates checksums like MD5 to store them in a lookup table. There are Linux utilities such as `md5sum` and `duplicate-finder` that can help identify duplicates, but you might also consider writing a script to automate this process. If you're open to external solutions, check for packages like `ripgrep` or `find` combined with custom logic.
S
SctRazor
02-12-2016, 09:47 AM #1

You're looking for a tool that scans your filesystem for duplicate files and generates checksums like MD5 to store them in a lookup table. There are Linux utilities such as `md5sum` and `duplicate-finder` that can help identify duplicates, but you might also consider writing a script to automate this process. If you're open to external solutions, check for packages like `ripgrep` or `find` combined with custom logic.

S
51
02-17-2016, 08:59 PM
#2
They definitely exist and likely appear in many repositories across every distribution. You can try it yourself—remember, the fdupes tool works well for this.
S
skully_moonlit
02-17-2016, 08:59 PM #2

They definitely exist and likely appear in many repositories across every distribution. You can try it yourself—remember, the fdupes tool works well for this.

X
XxRedxBulletxX
Junior Member
31
02-19-2016, 01:50 AM
#3
Fdupes seems to match exactly what you needed. Thanks a lot!
X
XxRedxBulletxX
02-19-2016, 01:50 AM #3

Fdupes seems to match exactly what you needed. Thanks a lot!