mv

March 28, 2026 ยท View on GitHub

mv SOURCE TARGET

Move SOURCE path to TARGET path. If executed on a node, (i.e., a path ending with /), then move is applied recursively.

Recursive moves run concurrently via a goroutine worker pool. The number of workers can be tuned with the --worker-count flag when starting vsh (default: 10).