openbsd-ports/misc/mmv/pkg/DESCR
pvalchev bc7e97ca15 - reformat DESCR
- regen patches with update-patches
- fix manpage xref to umask(2)
from new maintainer Sebastian Stark <seb@todesplanet.de>
2002-12-23 19:11:47 +00:00

15 lines
679 B
Plaintext

This is mmv, a program to move/copy/append/link multiple files according
to a set of wildcard patterns. The wildcard matches can be reused in
forming the target names. You can i.e. move all *.c.or? files to
or?.new.*.c by saying
$ mmv "*.c.or?" or=2.new.=1.c
The multiple action is performed safely, i.e. without any unexpected
deletion of files due to collisions of target names with existing
filenames or with other target names. Furthermore, before doing
anything, mmv attempts to detect any errors that would result from the
entire set of actions specified and gives the user the choice of either
aborting before beginning, or proceeding by avoiding the offending
parts.