diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-28 04:55:28 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-28 04:55:28 +0800 |
commit | 2979571db80b37dbb3d79655405529e412002f58 (patch) | |
tree | 199acd8890a0a1a6c403eb4463ead3004fab663a /misc/mmv/pkg-descr | |
parent | e3df95228257fac1af2864e2fc3846f3881f70a0 (diff) | |
download | freebsd-ports-gnome-2979571db80b37dbb3d79655405529e412002f58.tar.gz freebsd-ports-gnome-2979571db80b37dbb3d79655405529e412002f58.tar.zst freebsd-ports-gnome-2979571db80b37dbb3d79655405529e412002f58.zip |
Import Michael Elbel's mmv port.
Diffstat (limited to 'misc/mmv/pkg-descr')
-rw-r--r-- | misc/mmv/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/mmv/pkg-descr b/misc/mmv/pkg-descr new file mode 100644 index 000000000000..45c14e846abd --- /dev/null +++ b/misc/mmv/pkg-descr @@ -0,0 +1,12 @@ +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. |