Use VIM to open the 16 binary form of the file, edit and full text replace

Source: Internet
Author: User

1, first use VIM to open the binary form of the file, if not binary may produce a conversion error.

Vim-b File-to-open.dat

2. convert files to hexadecimal format with XXD

:%!xxd

You can now view and edit binary files just like normal text.

3. Vim Single File replacement method

:%S/OLD/NEW/GC Full-text replacement, asking whether to replace

4, modify the completion of the use of XXD to convert the 16 binary back into binary

:%!xxd-r

5. Save the file and exit vim

: Wq

Reference: http://blog.csdn.net/qiuchangyong/article/details/7233727

http://blog.csdn.net/zcube/article/details/42710141

Use VIM to open the 16 binary form of the file, edit and full text replace

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.