FSlint project is a toolkit to find redundant/questionable disk usage. The FSlint command invokes the GUI interface. There is also a command line interface to each tool which can be accessed from the /usr/share/FSlint/fslint directory usually.
The command fslint is a wrapper for the various tools which can be called individually. All the tools (including fslint) have the same interface, which is basically:
command [-r] [-f] [path1 [path2]...]
where the paths are files &/or directories If no paths are specified then the current directory is assumed.
-r means do NOT recurse the specified director{y,ies}
-f means output full paths even if only 1 path specified
some tools have their own options. To get help on each tool do:
command --help
Any extra commands are passed to find, so any of filtering commands will work, for e.g the following means process the whole system but do not traverse onto any other mounted filesystems:
fslint / -xdev
Installation
RPM only. The only difference between the RPM and the source tarball is that the tarball has some extra test directories (fslint/tstlnt). To create the RPM just: rpmbuild -ta FSlint-x.xx.tar.gz
· Ключевые особенности и характеристики FSlint 2.20
Не определены
· Ограничения FSlint 2.20
Ограничения не определены
· Специальные требования FSlint 2.20
Специальные требования не определены
· История версий и изменений FSlint
Версия: 2.20
· Fixes and enhancements to the DEB and RPM packages.
· Reduce CPU usage significantly when finding duplicates.
· When finding duplicates handle large file of the same size more efficiently.
· Описание и дополнения от редакторов и пользователей сайта