Rename all files in directory from $filename_h to $filename_half?

前端 未结 11 909
执念已碎
执念已碎 2020-12-02 03:45

Dead simple.

How do I rename

05_h.png
06_h.png

to

05_half.png
06_half.png

At least, I think it\

11条回答
  •  青春惊慌失措
    2020-12-02 04:36

    Another approach can be manually using batch rename option

    Right click on the file -> File Custom Commands -> Batch Rename and you can replace h. with half.

    This will work for linux based gui using WinSCP etc

提交回复
热议问题