.TH fslint-gui "1" "April 2010" "fslint" "User Commands" .SH NAME fslint-gui \- A GUI wrapper for the individual fslint command line tools .SH SYNOPSIS .B fslint-gui [\fIOPTIONS\fR] [\fIPATHS\fR] .SH DESCRIPTION .PP fslint is a toolset to find various problems with filesystems, including duplicate files and problematic filenames etc. .PP Individual command line tools are available in addition to the GUI and to access them, one can change to, or add to $PATH the /usr/share/fslint/fslint directory on a standard install. Each of these commands in that directory have a \-\-help option which further details its parameters. \fBfindup\fR \- find DUPlicate files .P \fBfindnl\fR \- find Name Lint (problems with filenames) .P \fBfindu8\fR \- find filenames with invalid utf8 encoding .P \fBfindbl\fR \- find Bad Links (various problems with symlinks) .P \fBfindsn\fR \- find Same Name (problems with clashing names) .P \fBfinded\fR \- find Empty Directories .P \fBfindid\fR \- find files with dead user IDs .P \fBfindns\fR \- find Non Stripped executables .P \fBfindrs\fR \- find Redundant Whitespace in files .P \fBfindtf\fR \- find Temporary Files .P \fBfindul\fR \- find possibly Unused Libraries .P \fBzipdir\fR \- Reclaim wasted space in ext2 directory entries .SH PARAMETERS If [PATHS] are specified, they become the default search path, otherwise the current directory becomes the default. .TP \fB\-f\fR always print full paths even if only a single path is specified .TP \fB\-r\fR turn OFF recursion .TP \fB\-\-version\fR Display the fslint version and exit .TP \fB\-\-help\fR Display help for tool specific options .SH AUTHOR Written by Padraig Brady .SH "REPORTING BUGS" Report bugs to . .SH COPYRIGHT Copyright \(co 2000-2009 Padraig Brady . .br This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details, which is available at www.gnu.org