Forrest logo
back to context overview

rmlint

List of commands for rmlint:

  • rmlint:ai:2538b how do i scan my system using rmlint and merge or possibly consolidate into original locations if duplicates which are located all over the place?
    $ rmlint --merge /path/to/directories
    try on your machine
    explain this command
  • rmlint:ai:77ff7 how do i scan my system using rmlint and merge or possibly consolidate into original locations if duplicates which are located all over my home dir and some files might have the same name but a different vversion of the file?
    $ rmlint -c fdupes -d -r /home/user/
    try on your machine
    explain this command
  • rmlint:ai:7a545 how do i scan my system using rmlint and merge or possibly consolidate into original locations if duplicates?
    $ rmlint -c fdupes --merge -d /path/to/duplicate/folder /path/to/scan
    try on your machine
    explain this command
  • rmlint:ai:d541e how do i scan my system using rmlint and merge or possibly consolidate into original locations if duplicates which are located all over my home dir?
    $ rmlint --make-hardlinks --progress ${directory}
    try on your machine
    explain this command
  • rmlint:tldr:0e5af rmlint: Find only duplicates that have the same filename in addition to the same contents.
    $ rmlint --match-basename ${path-to-directory}
    try on your machine
    explain this command
  • rmlint:tldr:1d4a0 rmlint: Delete duplicate files found by an execution of `rmlint`.
    $ ./rmlint.sh
    try on your machine
    explain this command
  • rmlint:tldr:41c2c rmlint: Find all duplicates with the same extension.
    $ rmlint --match-extension ${path-to-directory}
    try on your machine
    explain this command
  • rmlint:tldr:6c0c2 rmlint: Find duplicate directory trees.
    $ rmlint --merge-directories ${path-to-directory}
    try on your machine
    explain this command
  • rmlint:tldr:e7926 rmlint: Check a directory for duplicates, empty files, and other issues.
    $ rmlint ${path-to-directory}
    try on your machine
    explain this command
  • rmlint:tldr:faf12 rmlint: Mark files at lower path [d]epth as originals.
    $ rmlint --rank-by=${d} ${path-to-directory}
    try on your machine
    explain this command
back to context overview