1fslint-gui(1) User Commands fslint-gui(1)
2
3
4
6 fslint-gui - A GUI wrapper for the individual fslint command line tools
7
9 fslint-gui [OPTIONS] [PATHS]
10
12 fslint is a toolset to find various problems with filesystems, includ‐
13 ing duplicate files and problematic filenames etc.
14
15 Individual command line tools are available in addition to the GUI and
16 to access them, one can change to, or add to $PATH the
17 /usr/share/fslint/fslint directory on a standard install. Each of
18 these commands in that directory have a --help option which further
19 details its parameters.
20
21 findup - find DUPlicate files
22
23 findnl - find Name Lint (problems with filenames)
24
25 findu8 - find filenames with invalid utf8 encoding
26
27 findbl - find Bad Links (various problems with symlinks)
28
29 findsn - find Same Name (problems with clashing names)
30
31 finded - find Empty Directories
32
33 findid - find files with dead user IDs
34
35 findns - find Non Stripped executables
36
37 findrs - find Redundant Whitespace in files
38
39 findtf - find Temporary Files
40
41 findul - find possibly Unused Libraries
42
43 zipdir - Reclaim wasted space in ext2 directory entries
44
46 If [PATHS] are specified, they become the default search path, other‐
47 wise the current directory becomes the default.
48
49 --version
50 Display the fslint version and exit
51
52 --help Display help for tool specific options
53
55 Written by Padraig Brady
56
58 Report bugs to <P@draigBrady.com>.
59
61 Copyright © 2000-2009 Padraig Brady <P@draigBrady.com>.
62
63 This program is free software; you can redistribute it and/or modify it
64 under the terms of the GNU General Public License as published by the
65 Free Software Foundation; either version 2 of the License, or any later
66 version.
67
68 This program is distributed in the hope that it will be useful, but
69 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
70 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
71 Public License for more details, which is available at www.gnu.org
72
73
74
75fslint July 2009 fslint-gui(1)