wok-current diff mmv/description.txt @ rev 23140
updated lm-sensors and lm-sensors-dev (3.5.0 -> 3.6.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 07:01:36 2020 +0100 (2020-03-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mmv/description.txt Sun Mar 15 07:01:36 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.