linux 下文件管理器自带的批量重命名工具功能太单一了,不能使用正则表达式。 windows 下的 powerrename 功能就很强大,并且带有历史命令功能。非常好用。
|  |      1des      2022-06-15 08:42:17 +08:00 via iPhone | 
|      2youstu      2022-06-15 08:43:10 +08:00 命令工具满足你所有的需求 | 
|  |      3conanforever22      2022-06-15 09:14:09 +08:00 如果熟悉 vim 的话可以试试 vidir | 
|  |      4noqwerty      2022-06-15 09:20:46 +08:00 直接用 rename 就可以啊 | 
|  |      5noqwerty      2022-06-15 09:20:51 +08:00 | 
|  |      6lululau      2022-06-15 09:53:56 +08:00 zmv | 
|  |      77RTDKSAK      2022-06-15 11:50:09 +08:00 有 perl 写得 rename ,支持使用正则表达式来重命名,各大发行版的源里就有 | 
|      8hellododoo OP 学习了,感谢 | 
|  |      9moonjourney      2022-06-15 14:24:40 +08:00 | 
|  |      10horseInBlack      2022-06-15 14:33:13 +08:00 | 
|  |      11fuis      2022-06-15 15:16:28 +08:00 $ tldr rename   rename Rename a file or group of files with a regular expression. More information: <https://www.manpagez.com/man/2/rename/>. - Replace `from` with `to` in the filenames of the specified files: rename 's/from/to/' *.txt | 
|  |      12tedding      2022-06-16 01:21:58 +08:00 via iPhone gui 工具 kRename ,是的 kde 系的😂 | 
|      13linuxgo      2022-08-19 10:40:19 +08:00 试试 doublecommander |