wok view mmv/description.txt @ rev 22790

renamed enchant 2.2.7 to enchant2 and restored enchant 1.6.0 as enchant
author Hans-G?nter Theisgen
date Mon Jan 27 08:56:40 2020 +0100 (2020-01-27)
parents
children b70ccaef1b57
line source
1 This is mmv, a program to move/copy/append/link multiple files according to a
2 set of wildcard patterns. All csh wildcards ('*', '?', '['...']', and '~') are
3 supported. This multiple action is performed safely, i.e. without any
4 unexpected deletion of files due to collisions of target names with existing
5 filenames or with other target names. Furthermore, before doing anything, mmv
6 attempts to detect any errors that would result from the entire set of actions
7 specified and gives the user the choice of either aborting before beginning, or
8 proceeding by avoiding the offending parts.