wok
annotate mmv/description.txt @ rev 25527
created recipes for libmpack and libmpack-dev 1.0.5
author |
Hans-G?nter Theisgen |
date |
Sat Feb 25 07:28:19 2023 +0100 (21 months ago) |
parents |
|
children |
b70ccaef1b57 |
rev |
line source |
llevrel@18832
|
1 This is mmv, a program to move/copy/append/link multiple files according to a
|
llevrel@18832
|
2 set of wildcard patterns. All csh wildcards ('*', '?', '['...']', and '~') are
|
llevrel@18832
|
3 supported. This multiple action is performed safely, i.e. without any
|
llevrel@18832
|
4 unexpected deletion of files due to collisions of target names with existing
|
llevrel@18832
|
5 filenames or with other target names. Furthermore, before doing anything, mmv
|
llevrel@18832
|
6 attempts to detect any errors that would result from the entire set of actions
|
llevrel@18832
|
7 specified and gives the user the choice of either aborting before beginning, or
|
llevrel@18832
|
8 proceeding by avoiding the offending parts.
|