0

I am trying to remove duplicated files and folders from several directories, and I was wondering if rmlint supports inputting multiple directories (I know you can use two directories if one of them is set as the reference). If not, have anyone found a fast and efficient cli tool to go through large directories?

1 Answers1

0

Yes, it is possible to invoke rmlint with multiple input directories:

rmlint dir1 dir2 dir3

rmlint will generate a shell script that you can then execute to perform the deletion:

./rmlint.sh
aaronk6
  • 141
  • 1
  • 7