wok view mmv/description.txt @ rev 25812
ntfs-3g: enable posix acls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 25 10:33:44 2025 +0000 (2 weeks ago) |
parents | 76d0acbe919d |
children |
line source
1 mmv is a program to move, copy, append, or link multiple files according to a
2 set of wildcard patterns.
3 All csh wildcards ('*', '?', '['...']', and '~') are supported.
4 This multiple action is performed safely, i.e. without any
5 unexpected deletion of files due to collisions of target names with existing
6 filenames or with other target names.
7 Furthermore, before doing anything, mmv attempts to detect any errors that
8 would result from the entire set of actions specified and gives the user the
9 choice of either aborting before beginning, or proceeding by avoiding the
10 offending parts.