Futilities/human/ftm: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "{{fmt/title|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 copyin...")
 
No edit summary
Line 2: Line 2:
==About==
==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.
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 {{l/same/lc|FTI}} and {{l/same/lc|FCC}}, or maybe FTS (if I actually end up writing that).

Revision as of 16:09, 30 September 2022

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).