Cool Linux Tools Of The Day: fslint and filelite
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 fslint it finds is duplicate files. The name is based on the common practice of calling programs that do strict warning/error checking of source code “lint”. lint programs are used to find potential problems in your source code the compiler might miss. Likewise, fslint looks for files you may not want, but are not a problem for the filesystem. Read on…