重命名多个目录中的海量文件
Rename massive files in multiple directories
我来找你们是因为我不知道怎么做,因为我是个小人物,但我会研究如何做你回答我的事情。
我知道我需要创建一个脚本,好吧,你能帮我告诉我它必须怎么做吗?我会调查其余的。
顺便说一句,我在 Parallels 上使用 mac os Catalina 和 Win10。
我需要重命名 24000 个 .jpg 文件,它们分布在 2,000 多个目录中,(顺便说一句,父目录在桌面上)但我需要在真实名称之前添加目录名称文件,我想要这个,这样它们就可以全部放在一个目录中并保持秩序。
这是文件列表的摘录,here is the entire .txt filelist on MF.
.
├── 1-Architecture and Design
│ ├── 3D Business Building
│ │ ├── shutterstock_71036254.jpg
│ │ ├── shutterstock_71036287.jpg
│ │ ├── shutterstock_71036290.jpg
│ │ └── shutterstock_72979264.jpg
│ ├── 3D Construction & Project
│ │ ├── shutterstock_10472749.jpg
│ │ ├── shutterstock_10486771.jpg
│ │ ├── shutterstock_10518571.jpg
│ │ ├── shutterstock_10574383.jpg
│ ├── 3D Frames Set
│ │ ├── shutterstock_90316177.jpg
│ │ ├── shutterstock_90316195.jpg
│ │ ├── shutterstock_90316198.jpg
│ │ ├── shutterstock_90316201.jpg
│ │ └── shutterstock_90316207.jpg
├── 2-Food and Drink
│ ├── Almonds
│ │ ├── shutterstock_68684467.jpg
│ │ ├── shutterstock_81734134.jpg
│ │ ├── shutterstock_81734977.jpg
│ │ ├── shutterstock_81736846.jpg
│ │ └── shutterstock_83209996.jpg
│ ├── Anise and Cinnamon Spices
│ │ ├── shutterstock_17474206.jpg
│ │ ├── shutterstock_20572118.jpg
│ │ ├── shutterstock_47658130.jpg
│ │ └── shutterstock_65957044.jpg
│ ├── Apple
│ │ ├── shutterstock_29247376.jpg
│ │ ├── shutterstock_29247382.jpg
│ │ ├── shutterstock_32146864.jpg
│ │ └── shutterstock_47037607.jpg
. .
. .
. .
etc
它必须像这样完成:
.
├── Main Directory
├──1-Architecture and Design-3D Business Building-shutterstock_71036254.jpg
├──1-Architecture and Design-3D Construction & Project-shutterstock_10472749.jpg
├──1-Architecture and Design-3D Frames Set-shutterstock_90316177.jpg
├──2-Food and Drink-Almonds-shutterstock_68684467.jpg
├──2-Food and Drink-Anise and Cinnamon Spices-shutterstock_17474206.jpg
├──2-Food and Drink-Apple-shutterstock_29247376.jpg
.
.
.
etc
我需要保留一个符号,例如 - 来分隔文件名中的目录。
并且不管 - 是否必须是 _ 或其他东西,如果在我需要消除空格之前,我只需要用每个文件的目录重命名文件。
非常感谢您阅读我的文章并保重:)
终于明白了。
我不得不使用“A Better Finder Rename V.11.11.27”,这个程序允许我做我需要的,它让我选择最多 6 级父文件夹来重命名我的文件。
我留下这个问题的答案作为解决方案,以防有人需要这样做。
我附上截图。
You can see the name before and after
All in just 15 seconds.
我来找你们是因为我不知道怎么做,因为我是个小人物,但我会研究如何做你回答我的事情。
我知道我需要创建一个脚本,好吧,你能帮我告诉我它必须怎么做吗?我会调查其余的。 顺便说一句,我在 Parallels 上使用 mac os Catalina 和 Win10。
我需要重命名 24000 个 .jpg 文件,它们分布在 2,000 多个目录中,(顺便说一句,父目录在桌面上)但我需要在真实名称之前添加目录名称文件,我想要这个,这样它们就可以全部放在一个目录中并保持秩序。
这是文件列表的摘录,here is the entire .txt filelist on MF.
.
├── 1-Architecture and Design
│ ├── 3D Business Building
│ │ ├── shutterstock_71036254.jpg
│ │ ├── shutterstock_71036287.jpg
│ │ ├── shutterstock_71036290.jpg
│ │ └── shutterstock_72979264.jpg
│ ├── 3D Construction & Project
│ │ ├── shutterstock_10472749.jpg
│ │ ├── shutterstock_10486771.jpg
│ │ ├── shutterstock_10518571.jpg
│ │ ├── shutterstock_10574383.jpg
│ ├── 3D Frames Set
│ │ ├── shutterstock_90316177.jpg
│ │ ├── shutterstock_90316195.jpg
│ │ ├── shutterstock_90316198.jpg
│ │ ├── shutterstock_90316201.jpg
│ │ └── shutterstock_90316207.jpg
├── 2-Food and Drink
│ ├── Almonds
│ │ ├── shutterstock_68684467.jpg
│ │ ├── shutterstock_81734134.jpg
│ │ ├── shutterstock_81734977.jpg
│ │ ├── shutterstock_81736846.jpg
│ │ └── shutterstock_83209996.jpg
│ ├── Anise and Cinnamon Spices
│ │ ├── shutterstock_17474206.jpg
│ │ ├── shutterstock_20572118.jpg
│ │ ├── shutterstock_47658130.jpg
│ │ └── shutterstock_65957044.jpg
│ ├── Apple
│ │ ├── shutterstock_29247376.jpg
│ │ ├── shutterstock_29247382.jpg
│ │ ├── shutterstock_32146864.jpg
│ │ └── shutterstock_47037607.jpg
. .
. .
. .
etc
它必须像这样完成:
.
├── Main Directory
├──1-Architecture and Design-3D Business Building-shutterstock_71036254.jpg
├──1-Architecture and Design-3D Construction & Project-shutterstock_10472749.jpg
├──1-Architecture and Design-3D Frames Set-shutterstock_90316177.jpg
├──2-Food and Drink-Almonds-shutterstock_68684467.jpg
├──2-Food and Drink-Anise and Cinnamon Spices-shutterstock_17474206.jpg
├──2-Food and Drink-Apple-shutterstock_29247376.jpg
.
.
.
etc
我需要保留一个符号,例如 - 来分隔文件名中的目录。
并且不管 - 是否必须是 _ 或其他东西,如果在我需要消除空格之前,我只需要用每个文件的目录重命名文件。
非常感谢您阅读我的文章并保重:)
终于明白了。 我不得不使用“A Better Finder Rename V.11.11.27”,这个程序允许我做我需要的,它让我选择最多 6 级父文件夹来重命名我的文件。
我留下这个问题的答案作为解决方案,以防有人需要这样做。
我附上截图。
You can see the name before and after All in just 15 seconds.