wok view mmv/description.txt @ rev 25750

fixed recipe for dconf-dev
author Hans-G?nter Theisgen
date Sat Aug 31 14:32:37 2024 +0100 (6 weeks ago)
parents 76d0acbe919d
children
line source
1 mmv is a program to move, copy, append, or link multiple files according to a
2 set of wildcard patterns.
3 All csh wildcards ('*', '?', '['...']', and '~') are supported.
4 This multiple action is performed safely, i.e. without any
5 unexpected deletion of files due to collisions of target names with existing
6 filenames or with other target names.
7 Furthermore, before doing anything, mmv attempts to detect any errors that
8 would result from the entire set of actions specified and gives the user the
9 choice of either aborting before beginning, or proceeding by avoiding the
10 offending parts.