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?
Asked
Active
Viewed 77 times
0
-
i dont understand – ganz Mar 07 '23 at 13:54
-
I cleaned it up. Basically, I can use `rmlint dir1 dir2, dir3` ? – ricardo3889 Mar 07 '23 at 13:56
1 Answers
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