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 -f always print full paths even if only a single path is specified
50
51 -r turn OFF recursion
52
53 --version
54 Display the fslint version and exit
55
56 --help Display help for tool specific options
57
59 Written by Padraig Brady
60
62 Report bugs to <P@draigBrady.com>.
63
65 Copyright © 2000-2009 Padraig Brady <P@draigBrady.com>.
66
67 This program is free software; you can redistribute it and/or modify it
68 under the terms of the GNU General Public License as published by the
69 Free Software Foundation; either version 2 of the License, or any later
70 version.
71
72 This program is distributed in the hope that it will be useful, but
73 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
74 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
75 Public License for more details, which is available at www.gnu.org
76
77
78
79fslint April 2010 fslint-gui(1)