Rename or remove prefix for multiple files to each ones' number in Windows

前端 未结 3 1464
猫巷女王i
猫巷女王i 2021-01-31 05:05

I am trying to change all the files names in a current folder and I am trying to achieve this either by removing the files prefix (every file has a common prefix) or changing th

3条回答
  •  暖寄归人
    2021-01-31 05:32

    Following is straight way to trim the prefix with rename for all the files

    rename -d your_prefix *
    

提交回复
热议问题