macOS
brew install dupseeklocal Homebrew formula metadata
安装
brew install dupseeklocal Homebrew formula metadata
概览
Interactive program to find and remove duplicate files
历史
dupseek is Antonio Bellezza's small interactive Perl command-line tool for finding and removing duplicate files. Its interest is the algorithm and workflow: it compares files progressively instead of simply hashing every candidate up front.
The official Beautylabs page dates the public releases to 2003-2005, with version 1.0 in June 2003 and version 1.3 in September 2005. The tool was distributed as a small archive containing development files and the standalone dupseek program.
The page contrasts dupseek with the common size-plus-fingerprint method. dupseek first groups by file size, then reads and compares small chunks, increasing chunk size and dropping files from consideration as soon as they differ. The author presents this as especially efficient when many large files share the same size.
The official platform notes list reports from Debian GNU/Linux Woody and Sarge, Mac OS X 10.2.6, and FreeBSD 4.7. Credits mention a contributed patch for batch processing and option parsing, plus outside Mac OS X testing, which suggests modest but real user feedback around a personal utility.
dupseek is meant for careful cleanup rather than unattended deduplication. It can be interrupted with Ctrl-C to show partial results, and the user can inspect groups or continue processing. The official warning is blunt because automatic deletion support appeared in version 1.1.
The notable operational caveat is that directories being checked should not be modified while dupseek runs, and older versions had a dangerous duplicate-directory bug that was later marked corrected in version 1.3.
dupseek is a compact example of pre-modern duplicate-file tooling: one Perl script, interactive control, sparse reads, and explicit user caution. It is less famous than later dedup tools, but it captures a useful design tradeoff from the early-2000s Unix utility shelf.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
dupseek | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:dupseek |
|---|---|
| 版本 | 1.3 |
| 软件包管理器 | Homebrew |
| 主页 | http://www.beautylabs.net/software/dupseek.html |
| 最后更新 | 2026-05-19T13:03:29-04:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.