Futilities/human/ftm

From Woozle Writes Code
< Futilities‎ | human
Revision as of 16:09, 30 September 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
FTM: File Tree Move

About

FTM reliably and unambiguously moves a tree of files from one place to another, by default doing a bytewise comparison after copying each file.

For now, FTM does not support moving files that only match some criterion (e.g. file mask); tentatively, that can be done better by using FTI and FCC, or maybe FTS (if I actually end up writing that).