linux 下文件管理器自带的批量重命名工具功能太单一了,不能使用正则表达式。 windows 下的 powerrename 功能就很强大,并且带有历史命令功能。非常好用。
![]() | 1 des 2022-06-15 08:42:17 +08:00 via iPhone |
2 youstu 2022-06-15 08:43:10 +08:00 命令工具满足你所有的需求 |
![]() | 3 conanforever22 2022-06-15 09:14:09 +08:00 如果熟悉 vim 的话可以试试 vidir |
![]() | 4 noqwerty 2022-06-15 09:20:46 +08:00 直接用 rename 就可以啊 |
![]() | 5 noqwerty 2022-06-15 09:20:51 +08:00 |
![]() | 6 lululau 2022-06-15 09:53:56 +08:00 zmv |
![]() | 7 7RTDKSAK 2022-06-15 11:50:09 +08:00 有 perl 写得 rename ,支持使用正则表达式来重命名,各大发行版的源里就有 |
8 hellododoo OP 学习了,感谢 |
![]() | 9 moonjourney 2022-06-15 14:24:40 +08:00 |
![]() | 10 horseInBlack 2022-06-15 14:33:13 +08:00 |
![]() | 11 fuis 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 |
![]() | 12 tedding 2022-06-16 01:21:58 +08:00 via iPhone gui 工具 kRename ,是的 kde 系的 |
13 linuxgo 2022-08-19 10:40:19 +08:00 试试 doublecommander |