Linux Bulk Modified file name

Source: Internet
Author: User

source files; [[Email protected]_machine fuzj]# lsfuzj-1.txt  fuzj-2.txt  fuzj-3.txt  fuzj-4.txt   Fuzj-5.txt  fuzj-6.txt Method 1. [[Email protected]_machine fuzj]# for name in ' ls * '; Do MV $name ' echo $name | Sed ' s/fuzj/fuzengjie/g ';d one[[email protected]_machine fuzj]# lsfuzengjie-1.txt  fuzengjie-3.txt   Fuzengjie-5.txtfuzengjie-2.txt  fuzengjie-4.txt  fuzengjie-6.txt Method 2. [[Email protected]_machine fuzj]# for name in ' ls * ';d o echo $name | Awk-f "-" ' {print "MV" $ "fuzj-" $ "|bash; Done[[email protected]_machine fuzj]# lsfuzj-1.txt  fuzj-2.txt  fuzj-3.txt  fuzj-4.txt   Fuzj-5.txt  fuzj-6.txt Note the space inside the Print Method 3. [[Email protected]_machine fuzj]# for name in ' ls * '; Do MV $name  ${name/fuzj/fuzengjie}; Done[[email protected]_machine fuzj]# lsfuzengjie-1.txt  fuzengjie-2.txt  fuzengjie-3.txt   Fuzengjie-4.txt  fuzengjie-5.txt  fuzengjie-6.txt Method 4. [[Email protecteD]_machine fuzj]# rename Fuzengjie fuzj *[[email protected]_machine fuzj]# lsfuzj-1.txt  fuzj-2.txt   Fuzj-3.txt  fuzj-4.txt  fuzj-5.txt  fuzj-6.txt

Linux Bulk modified file name

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.