Futilities/human/fcm: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "{{fmt/title|FLC: File List Copy}} ==About== FLC takes a simple plaintext list of filespecs and copies the named files to a destination folder. If a source folder-path is given...")
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{fmt/title|FLC: File List Copy}}
{{fmt/title|FCM: File Collection Merge}}
==About==
==About==
FLC takes a simple plaintext list of filespecs and copies the named files to a destination folder. If a source folder-path is given, the specs are treated as relative to that; otherwise, they are treated as absolute.
'''FCM''' looks at {{l/same/lc|FIC}} output and performs any of several operations on the files listed there -- generally with the idea of merging one file tree into another and eliminating duplicate files.
 
Usage:
fcm [options] {{arg|index filespec}} {{arg|destination folder}}
 
Options:
* '''-pc''' / '''--precount''': even when doing a copy, do a precount of the number of files to act on first

Latest revision as of 19:35, 7 October 2022

FCM: File Collection Merge

About

FCM looks at FIC output and performs any of several operations on the files listed there -- generally with the idea of merging one file tree into another and eliminating duplicate files.

Usage:

fcm [options] <index filespec> <destination folder>

Options:

  • -pc / --precount: even when doing a copy, do a precount of the number of files to act on first