# mmv **Repository Path**: xucs007/mmv ## Basic Information - **Project Name**: mmv - **Description**: Multiple mv: rename many similar files at one command. 一次重命名很多相似的文件 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-07 - **Last Updated**: 2025-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Usage example: mmv A\\?BC\\\*.jpg d\\?ef\\\*.png This is a tiny utility I made during graduate study some years ago. I still use it sometimes. It uses Linux shell command: sed . You can use other languages such as Python to realize similar functions. Somehow at that time I was most familiar with C. 这是我若干年前读研时, 写的一个小工具(利用ls与sed),还时常用一用。