Difference between revisions of "RMLINT"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''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 | Main 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.