Difference between revisions of "Fslint"

From COPTR
Jump to navigation Jump to search
m
 
Line 1: Line 1:
<!-- Use the structure provided in this template, do not change it! -->
+
{{Infobox tool
 
 
{{Infobox_tool
 
|purpose= Set of utilities to find and clean various forms of lint on a filesystem, such as duplicate files, empty directories, and bad file names.
 
 
|image=Fslint_icon.png
 
|image=Fslint_icon.png
 +
|purpose=Set of utilities to find and clean various forms of lint on a filesystem, such as duplicate files, empty directories, and bad file names.
 
|homepage=http://www.pixelbeat.org/fslint/
 
|homepage=http://www.pixelbeat.org/fslint/
 
|license=GPL 2+
 
|license=GPL 2+
 
|platforms=Linux
 
|platforms=Linux
 +
|function=De-Duplication, File Management
 
}}
 
}}
<!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. -->
+
{{Infobox tool details
 +
|ohloh_id=fslint
 +
}}
 +
<!-- Use the structure provided in this template, do not change it! -->
  
<!-- Add one or more categories to describe the function of the tool, such as:
 
or  or [[Category:Backup]]
 
Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left) -->
 
[[Category:De-Duplication]]
 
[[Category:File_Management]]
 
  
<!-- Add relevant categories to describe the content type that the tool addresses, such as:
+
<!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. -->
[[Category:Audio]] or [[Category:Document]] or [[Category:Research Data]]
 
Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). If the tool works on any content type, do not add a category. -->
 
  
 
== Description ==
 
== Description ==
Line 63: Line 58:
  
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
{{Infobox_tool_details
 
|releases_rss=
 
|issues_rss=
 
|mailing_lists=
 
|ohloh_id=fslint
 
}}
 

Latest revision as of 14:47, 22 April 2021



Fslint
Set of utilities to find and clean various forms of lint on a filesystem, such as duplicate files, empty directories, and bad file names.
Homepage:http://www.pixelbeat.org/fslint/
License:GPL 2+
Platforms:Linux
Function:De-Duplication,File Management


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt6621a71253f822_41398528




Description[edit]

FSlint is a utility to find and clean various forms of unwanted extraneous files on a computer file system. This excess of unnecessary files is referred to as lint. FSlint will help find unwanted or problematic lint in your files or file names. The most common forms of lint FSlint finds are duplicate files, empty directories, and improper names. FSlint has multiple tools to perform a multitude of tasks in both the graphical interface and command line modes.

There are a total of ten utilities available in both FSlint's graphical and command-line modes, plus two others (find and zipdir) that are available in command-line mode only:

  • findup - find DUPlicate files
  • findnl - find Name Lint (problems with filenames)
  • findu8 - find filenames with invalid utf8 encoding
  • findbl - find Bad Links (various problems with symlinks)
  • findsn - find Same Name (problems with clashing names)
  • finded - find Empty Directories
  • findid - find files with dead user IDs
  • findns - find Non Stripped executables
  • findrs - find Redundant Whitespace in files
  • findtf - find Temporary Files
  • findul - find possibly Unused Libraries
  • zipdir - Reclaim wasted space in ext2 directory entries

FSlint is copyrighted 2000-2009 Padraig Brady, P@draigBrady.com. The program is free software and can be redistributed and/or modified 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.

Platform[edit]

FSlint can be found in the online repositories of several major Linux releases, and it can be easily installed through the package manager. Detailed information on how to install FSlint for a variety of distributions is kept up-to-date on FSlint's homepage, http://www.pixelbeat.org/fslint/

Documentation[edit]

A general man page is available. Information on use of individual utilities is available by adding the flag --help to the path to the utility. In addition, documentation for both the GUI and command line tools is available at http://en.flossmanuals.net/FSlint/. A FAQ is available at https://raw.githubusercontent.com/pixelb/fslint/master/doc/FAQ

Included in[edit]

User Experiences[edit]

Development Activity[edit]

2021-07-21 13:10:42
[tag:github.com,2008:Grit::Commit/10027536342c0bf5a3458e046674d96b2b83aa88 Merge pull request #179 from ykurlaev/fix-rpm-stdin-issue]
by pixelb https://github.com/pixelb
2021-07-21 13:09:52
[tag:github.com,2008:Grit::Commit/7431b25a2c7c133d1a3b335f23081fd06e8cde2b Merge pull request #178 from ykurlaev/fix-suse-detection]
by pixelb https://github.com/pixelb
2021-07-21 09:40:54
[tag:github.com,2008:Grit::Commit/5d2f9384b5d5f5e92b1a6d84cce813eea3b11e48 fix SUSE detection for newer openSUSE versions]
by ykurlaev https://github.com/ykurlaev
2021-07-21 09:38:49
[tag:github.com,2008:Grit::Commit/bd62f0b68fce22b997de8cf124dc5aaba74e6423 reopen stdin to /dev/null instead of just closing]
by ykurlaev https://github.com/ykurlaev
2019-03-22 17:26:01
[tag:github.com,2008:Grit::Commit/c298bfb809d0f773e9226a68d438f19bfe752293 Merge pull request #158 from brightghost/faq-update]
by pixelb https://github.com/pixelb