mv
Installation
SKILL.md
mv
Move or rename files and directories, with control over overwrite behaviour and backup creation.
Quick Start
- Verify availability:
mv --version(GNU) orman mv - Rename a file:
mv old-name.txt new-name.txt - Move to a directory:
mv file.txt /target/dir/
Intent Router
references/cheatsheet.md— Rename, move single and multiple files, overwrite control, verbose modereferences/advanced-usage.md— Atomic replacement, backup suffixes, cross-filesystem behaviour, moving directory treesreferences/troubleshooting.md— Cross-filesystem errors, permission denied, destination-exists edge cases