Get the Perl rename utility instead of the built-in rename

前端 未结 4 547
离开以前
离开以前 2020-11-27 05:28

Many sites (including various SO articles) talk about using \"rename\" using Perl expressions to rename files.

This would be perfect, but apparently this is not the

4条回答
  •  清酒与你
    2020-11-27 05:48

    I had to do the following:

    # In bash
    sudo yum install perl-CPAN
    sudo cpan
    
    # In CPAN shell
    install Module::Build
    install File::Rename
    

提交回复
热议问题