wok diff mmv/description.txt @ rev 23637
updated seamonkey-official (2.49.5 -> 2.53.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 10:12:05 2020 +0100 (2020-04-20) |
parents | |
children | b70ccaef1b57 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mmv/description.txt Mon Apr 20 10:12:05 2020 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +This is mmv, a program to move/copy/append/link multiple files according to a 1.5 +set of wildcard patterns. All csh wildcards ('*', '?', '['...']', and '~') are 1.6 +supported. This multiple action is performed safely, i.e. without any 1.7 +unexpected deletion of files due to collisions of target names with existing 1.8 +filenames or with other target names. Furthermore, before doing anything, mmv 1.9 +attempts to detect any errors that would result from the entire set of actions 1.10 +specified and gives the user the choice of either aborting before beginning, or 1.11 +proceeding by avoiding the offending parts.