wok annotate mmv/description.txt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (4 weeks ago)
parents 76d0acbe919d
children
rev   line source
Hans-G?nter@25689 1 mmv is a program to move, copy, append, or link multiple files according to a
Hans-G?nter@25689 2 set of wildcard patterns.
Hans-G?nter@25689 3 All csh wildcards ('*', '?', '['...']', and '~') are supported.
Hans-G?nter@25689 4 This multiple action is performed safely, i.e. without any
llevrel@18832 5 unexpected deletion of files due to collisions of target names with existing
Hans-G?nter@25689 6 filenames or with other target names.
Hans-G?nter@25689 7 Furthermore, before doing anything, mmv attempts to detect any errors that
Hans-G?nter@25689 8 would result from the entire set of actions specified and gives the user the
Hans-G?nter@25689 9 choice of either aborting before beginning, or proceeding by avoiding the
Hans-G?nter@25689 10 offending parts.