FSlint is a utility to find and clean various forms of lint on a filesystem.
I.E. unwanted or problematic cruft in your files or file names.
For example, one form of lint it finds is duplicate files.
It has both GUI and command line modes.
Screenshots
VersionLanguages
1.22English
2.02English Română Deutsch
2.04Gaeilge Nederlands
2.06Français српски
2.08Português do Brasil
2.11Tiếng Việt Svenska
2.12English
2.14中文 Bahasa Melayu
2.16English
2.18Dansk
2.22Español
2.24עברית Italiano Русский
2.26Čeština Türkçe
2.28English
Installation Commands and Downloads
debian ubuntu
official:2.26sudo apt-get install fslint
latest:2.28wget http://www.pixelbeat.org/fslint/fslint_2.28-1_all.deb
sudo dpkg -i fslint_2.28-1_all.deb
devel:2.29svn checkout http://fslint.googlecode.com/svn/trunk/ fslint-2.29
cd fslint-2.29
dpkg-buildpackage -I.svn -rfakeroot -tc
sudo dpkg -i ../fslint_2.29-1_all.deb
 
fedora redhat
official:2.28sudo yum install fslint
devel:2.29svn checkout http://fslint.googlecode.com/svn/trunk/ fslint-2.29
tar czf fslint-2.29.tar.gz --exclude=.svn fslint-2.29
sudo rpmbuild -ta fslint-2.29.tar.gz
sudo rpm -Uvh /usr/src/redhat/RPMS/noarch/fslint-2.29-1.noarch.rpm
 
suse mandriva
latest:2.28[ -f /etc/mandrake-release ] && pkg=rpm
[ -f /etc/SuSE-release ] && pkg=packages
wget http://www.pixelbeat.org/fslint/fslint-2.28.tar.gz
sudo rpmbuild -ta fslint-2.28.tar.gz
sudo rpm -Uvh /usr/src/$pkg/RPMS/noarch/fslint-2.28-1.*.noarch.rpm
devel:2.29[ -f /etc/mandrake-release ] && pkg=rpm
[ -f /etc/SuSE-release ] && pkg=packages
svn checkout http://fslint.googlecode.com/svn/trunk/ fslint-2.29
tar czf fslint-2.29.tar.gz --exclude=.svn fslint-2.29
sudo rpmbuild -ta fslint-2.29.tar.gz
sudo rpm -Uvh /usr/src/$pkg/RPMS/noarch/fslint-2.29-1.*.noarch.rpm
 
Generic
Source
Code
latest:2.28wget http://www.pixelbeat.org/fslint/fslint-2.28.tar.gz
tar xzf fslint-2.28.tar.gz
cd fslint-2.28
(cd po && make)
./fslint-gui
devel:2.29svn checkout http://fslint.googlecode.com/svn/trunk/ fslint
cd fslint
(cd po && make)
./fslint-gui
 
Other
Downloads
gentoo fslint-2.28.ebuild, signed checksums
Project Info
Change Log
bug list
source code repository
Create new translation
Edit translations online
FAQ
Release Process
Reviews
Linux Format HotpickOct 2004
Linuxuser german editionMay 2005
Linux JournalMar 2007
Linux.com featureOct 2007
© Sep 10 2008