How to do a mass rename?

前端 未结 11 2059
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 06:23

I need to rename files names like this

transform.php?dappName=Test&transformer=YAML&v_id=XXXXX

to just this

XXXXX.t         


        
11条回答
  •  孤独总比滥情好
    2020-11-27 06:47

    Ok, you need to be able to run a windows binary for this.

    But if you can run Total Commander, do this:

    1. Select all files with *, and hit ctrl-M

    2. In the Search field, paste "transform.php?dappName=Test&transformer=YAML&v_id="

      (Leave Replace empty)

    3. Press Start

    It doesn't get much simpler than that. You can also rename using regular expressions via this dialog, and you see a realtime preview of how your files are going to be renamed.

提交回复
热议问题