Bulk replacement in VI

Source: Internet
Author: User
(1) replace all files in VI in batches: % s # abc #123 # g (if there is # in the file, available/replaced ,: % s/abc/123/g) -- Note: replace abc with 123 (or: % s/str1/str2/g replace all str1 in the file with str2) 2) partial replacement in the file: 20, 30 s # abc #123...
(1) replace all files in VI in batches: % s # abc #123 # g (if there is # in the file, available/replaced ,: % s/abc/123/g) -- Note: replace abc with 123 (or: % s/str1/str2/g replace all str1 in the file with str2) 2) partial replacement in the file: 20, 30 s # abc #123 (such as # in the file, available/replaced,: % s/abc/123/g) -- Note: replace abc from 20 rows to 30 rows with 123
Related Article

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.