macOS
brew install mmvlocal Homebrew formula metadata
sudo port install mmvMacPorts ports tree · sysutils/mmv/Portfile · source: api.github.com
brew
Move, copy, append, and link multiple files. Version 2.10 via Homebrew; verified from local package data.
install
brew install mmvlocal Homebrew formula metadata
sudo port install mmvMacPorts ports tree · sysutils/mmv/Portfile · source: api.github.com
sudo apt install mmvDebian stable package indexes · mmv · source: deb.debian.org
sudo dnf install mmvFedora Rawhide package metadata · mmv · source: dl.fedoraproject.org
nix profile install nixpkgs#mmvnixpkgs package indexes · pkgs/by-name/mm/mmv/package.nix · source: api.github.com
sudo zypper install mmvopenSUSE Tumbleweed package metadata · mmv · source: download.opensuse.org
winget install --id goreleaser.mcp -eWindows Package Manager source index · goreleaser.mcp · source: cdn.winget.microsoft.com
overview
Move, copy, append, and link multiple files
history
mmv is a long-lived Unix command-line utility for moving, copying, appending, and linking groups of files by wildcard pattern. The maintained GitHub repository credits Vladimir Lanin as the original author and Reuben Thomas as maintainer. Its core idea is older and narrower than editor-driven bulk renamers: a source pattern captures wildcard groups, and a target pattern reuses them, so commands such as mass extension swaps or filename rearrangements can be expressed in one operation.
The distinctive feature is safety planning. The README and manpage both emphasize that mmv checks the whole multiple-file operation before doing it, avoiding unexpected deletion from target collisions and giving the user a chance to abort or skip offending parts. The installed command names also map to default tasks: `mmv` moves, `mcp` copies, `mad` appends, and `mln` links. That makes the Homebrew package a small POSIX-oriented file-management tool rather than a shell builtin replacement.
Its adoption is typical of classic Unix utilities: it appears in Linux distributions, MacPorts, Nix, Homebrew, and other package sets, and it is referenced in shell and Unix communities for batch renaming problems that plain `mv` does not solve. The package remains useful when a user wants predictable wildcard-based renaming without opening an editor or writing a one-off shell loop.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
mad | cli | global executable | |
mcp | cli | global executable | |
mln | cli | global executable | |
mmv | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/rrthomas/mmv
install metadata
| Package key | brew:mmv |
|---|---|
| Version | 2.10 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mmv |
| Homepage | https://github.com/rrthomas/mmv |
| Repository | https://github.com/rrthomas/mmv |
| Upstream docs | https://github.com/rrthomas/mmv#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/rrthomas/mmv/releases/download/v2.10/mmv-2.10.tar.gz |
| Dependencies | bdw-gc |
| Build dependencies | help2man, pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mmv |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
mmv 2.5.1-1
Move/Copy/Link multiple files and directories
https://github.com/rrthomas/mmv
sudo apt install mmvmmv
nix profile install nixpkgs#mmvmmv 2.5.1-1
Move/Copy/Link multiple files and directories
https://github.com/rrthomas/mmv
sudo apt install mmvmmv 2.10-3.fc44
Move/copy/link multiple files
https://github.com/rrthomas/mmv
sudo dnf install mmvmmv 2.10-1.4
Move/Copy/Append/Link Multiple Files by Wildcard Patterns
https://github.com/rrthomas/mmv/
sudo zypper install mmvmmv
sudo port install mmvgoreleaser.mcp
winget install --id goreleaser.mcp -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.