Script to delete duplicate files - Programming On Unix
Users browsing this thread: 4 Guest(s)
|
|||
It seems like an endless quest.
Some years ago everyone was writing bots, kind of like a rite of passage. It also seems like everyone was making a duplicate remover. Etc... Now we're back at writing bots. And you're bringing back duplicate removers. Jokes aside, I've also written one of those, in Perl this time: https://github.com/venam/duplicate-remover I don't remember at all the quality of the code though, it might be bad (warning). There are probably more efficient ways to solve this taking edge cases in consideration like links (hard/soft). EDIT: this is probably the total opposite of what z3bra proposes, full of colors and block characters, can't be used in a pipeline. |
|||
Messages In This Thread |
Script to delete duplicate files - by pkal - 17-11-2017, 06:01 PM
RE: Script to delete duplicate files - by z3bra - 18-11-2017, 07:07 PM
RE: Script to delete duplicate files - by pkal - 18-11-2017, 09:26 PM
RE: Script to delete duplicate files - by z3bra - 19-11-2017, 03:38 PM
RE: Script to delete duplicate files - by pkal - 19-11-2017, 04:50 PM
RE: Script to delete duplicate files - by budRich - 19-11-2017, 10:28 PM
RE: Script to delete duplicate files - by z3bra - 20-11-2017, 07:38 AM
RE: Script to delete duplicate files - by budRich - 20-11-2017, 09:25 AM
RE: Script to delete duplicate files - by venam - 20-11-2017, 09:40 AM
RE: Script to delete duplicate files - by budRich - 20-11-2017, 09:55 AM
RE: Script to delete duplicate files - by z3bra - 20-11-2017, 11:09 AM
|