wok diff mmv/description.txt @ rev 22520
updated audit and audit-dev (2.8.4 -> 2.8.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 02 10:00:30 2020 +0100 (2020-01-02) |
parents | |
children | b70ccaef1b57 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mmv/description.txt Thu Jan 02 10:00:30 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.