Dolphin/Batch Rename/zh-cn: Difference between revisions

From KDE UserBase Wiki
m (Created page with "Dolphin 批量重命名")
 
mNo edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages />
<languages />


'''Dolphin''' has a ability to rename multiple files by numbering them, though the functionality is currently limited and only useful in certain situations. One useful application would be renaming a set of photos.
'''Dolphin''' 可以通过给文件编号来批量重命名多个文件,虽然目前这功能有限,只在某些情况下有用。比如说应用在重命名一套照片。


Select the files you wish to rename, then right-click on one of them and select <menuchoice>Rename...</menuchoice> (keyboard shortcut <keycap>F2</keycap>). You will be presented with a dialogue where you may specify what you want the files to be named.
选择想要重命名的文件,然后右击其一,选择<menuchoice>重命名...</menuchoice> (键盘快捷键<menuchoice>F2</menuchoice>)。Dolphin 会弹出一个对话框,你可以指定重命名的文件名。




[[Image:Dolphin-rename-multiple.png|400px|thumb|center|Renaming multiple files in Dolphin]]
[[Image:Dolphin-rename-multiple.png|400px|thumb|center|Dolphin 中重命名多个文件]]




The '#' symbol anywhere within the file name will be replaced with a number, starting with '1' for the first file and continuing up for each file after that.
文件名中的'#'符号会被数字替换掉,从第一个文件的'1'开始,后续文件累加数字。添加多个#号会在数字前置0。
:* # 会被替换成 1, 2, 3, 30, 150 等
:* #### 会被替换成 0001, 0002, 0003, 0030, 0150 等。


[[Category:Tutorials]]
 
[[Category:教程/zh-cn]]

Latest revision as of 14:13, 28 July 2011

Dolphin 可以通过给文件编号来批量重命名多个文件,虽然目前这功能有限,只在某些情况下有用。比如说应用在重命名一套照片。 

选择想要重命名的文件,然后右击其一,选择重命名... (键盘快捷键F2)。Dolphin 会弹出一个对话框,你可以指定重命名的文件名。


在 Dolphin 中重命名多个文件


文件名中的'#'符号会被数字替换掉,从第一个文件的'1'开始,后续文件累加数字。添加多个#号会在数字前置0。

  • # 会被替换成 1, 2, 3, 30, 150 等
  • #### 会被替换成 0001, 0002, 0003, 0030, 0150 等。