Working with Archives of Mixed Data

I have an archive of files and I want to know what is in there.

Sometimes you are given an archive of data and would like to know what file formats, the file sizes and so on. There is a command line tool tdarchive [References TotalDepth.util.archive] that can give you a summary of the files there, their binary file types and their sizes.

Read more here Analysing a Directory of Files with tdarchive.

I have an archive and I want copy specific file types

There is a command line tool tdcopybinfiles [References TotalDepth.util.CopyBinFiles] that can copy specific file types from one directory to another. It can also recursively deflate archives such as ZIP files.

Read more here Copying a Directory of Files with tdcopybinfiles.

I have an archive and I want report or remove duplicate files

There is a command line tool tdremovedupefiles [References TotalDepth.util.RemoveDupeFiles] that can find duplicate files based on their checksum and, optionally, remove the duplicates.

Read more here Removing Duplicate Files with tdremovedupefiles.