Answers for "vim hex view"

0

vim hex view

You can use the xxd command to transform a file in Vim to hex representation, doing

:%!xxd

This requires the command line tool xxd to be installed, part of vim-common:

CentOS 7: yum install vim-common
Redhat: apt-get install vim-common
Posted by: Guest on April-16-2020

Browse Popular Code Answers by Language