Difference between revisions of "RMLINT"

From rbachwiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==RMLINT==
'''rmlint finds space waste and other broken things on your filesystem and offers to remove it. It is able to find:'''
 
*Duplicate files & directories.
*Nonstripped Binaries
*Broken symlinks.
*Empty files.
*Recursive empty directories.
*Files with broken user or group id.
 
 
<html><h2>
<html><h2>
<a href='https://rmlint.readthedocs.io/en/latest/index.html' target=_blank> Website docs </a></h2>
<a href='https://rmlint.readthedocs.io/en/latest/index.html' target=_blank> Link to Website docs </a></h2>
</html>
</html>


=[[Bash | Category]]=
===[[Bash | Main Category]]===
[[Category:Utilities]]
[[Category:Utilities]]

Latest revision as of 04:24, 1 June 2022

rmlint finds space waste and other broken things on your filesystem and offers to remove it. It is able to find:

  • Duplicate files & directories.
  • Nonstripped Binaries
  • Broken symlinks.
  • Empty files.
  • Recursive empty directories.
  • Files with broken user or group id.


Link to Website docs

Main Category