Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (96) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4326
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
DupDel | Description: | AREXX script to delete duplicate files | Download: | dupdel.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 2kb | Version: | 1.1 | Date: | 17 May 2014 | Author: | Nick Clover (Severin) | Submitter: | Nick Clover | Requirements: | Standard OS4 system components | Category: | utility/script | Replaces: | utility/script/dupedel.lha | License: | Freeware | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 8783 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 239 (Current version) | | 247 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
Freeware Delete Duplicates AREXX script
This script will scan the current directory and create
an MD5SUM for every file. This can take a while, be patient :)
It then sorts the checksums and steps through them comparing
the current one with the next one, if they're the same the
next one is deleted.
As usual, use this at your own risk.
Installation:
Copy the files to S:ARexx.
Dopus5 usage:
I use this in the lister menu:
On your DOpus5 screen press RAmiga-2 to call up the Lister
menu editor.
In the Menu column Click Add, Enter 'Delete Duplicates" then
click Edit or double click 'Delete Duplicates'
In the Function Editor click Add, Set the Cycle Gadget to Arexx
and Enter S:Arexx/DupDel.rexx in the sting gadget next to it
In Flags turn on CD Source, Output Window & Rescan Source
If you want to see the results turn on window close button
Click Save then Save in the Lister Menu window.
Repeat for the recursive version if needed changing the menu
and file names.
CLI/Shell usage:
CD to the directory you want to scan and enter:
DupDel.rexx<return>
Recursive test results on 23GB of data:
133539 files checked, 16120 duplicates found.
Time taken: 1973.689118 (just under 33 minutes)
History:
V1.0
Initial release.
V1.1
Added a recursive version.
Shortened the filenames.
|