没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > rmlint |
rmlint
|
1 | 0 | 149 |
贡献者 | 讨论 | 代码提交 |
概述
rmlint is a commandline tool to clean your filesystem from various sort of lint (unused files, twins, etc.).
It runs on Unixoid systems only and beats existing tools in terms of speed features easily.
(About 20x times faster than fdupes in worstcase)
Main Features:
- Very fast (written in C, in many cases faster than rdfind, and always magnitudes faster than fdupes).
- Output of both a ready to use script to handle finds and a easy-to-parse logfile.
- No extra dependencies at all (glibc only though)
- Regex filter for both files and directories.
- Finds duplictes, nonstripped binaries, files with same basenames (nameclusters), empty files/directories, old tempdata, strange filenames and bad links.
- Colorful! :-)
创建时间:2014-05-06 17:06