OS4 DepotLogo by invent 
(anonymous IP: 18.117.196.184,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Script » dupdel.lha

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: 244  (Current version)
252  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
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.




Copyright © 2004-2024 by Björn Hagström All Rights Reserved