- 20
- Dec
FSlint is a Linux application design to find and clean duplicate files. It offers a GUI as well as command line modes. It also searches for bad symbolic links, empty directories, and more.

image via link
To install on Ubuntu:
sudo apt-get install fslint
Related Posts
Tags: Download, Linux, Open source



December 21st, 2007 at 2:44 am
When I did a search, it should me some CVS directories of some of the source-packages I had downloaded.
It also shows somw files from under iTunes folder (created by gtkpod when sycing). How do I know whether it is safe to delete these files without affecting the working of these packages in the future.
December 21st, 2007 at 4:38 pm
If you are done compiling and installing the source code from CVS, that all of them would be safe to delete.
Until you get comfortable, you may want to have a backup.
December 27th, 2007 at 8:49 pm
I would not delete repository metadata files like
those in the CVS directories for example.
The latest version already ignores these files automatically, but the older version in ubuntu does not. I would suggest installing the lastest version rather than the older official ubuntu version as detailed on the FSlint homepage:
http://www.pixelbeat.org/fslint/
January 2nd, 2008 at 8:00 am
[...] mit FSlint doppelte Dateien löschen - FSlint ist eine Linux-Applikation, die es einem ermöglicht doppelte Dateien zu finden und zu löschen. Außerdem wird die Möglichkeit geboten u.a. nach defekten symbolischen Links, leeren Verzeichnissen zu suchen. Das Programm bietet eine grafische Oberfläche als auch einen Kommandozeilenmodus. [...]