카테고리 없음
Why vie hex in VIM is different from hexdump result?
RootFriend
2022. 4. 26. 18:26
ref: https://stackoverflow.com/questions/36245858/why-view-hex-in-vim-is-different-from-hexdump-result
Why view hex in Vim is different from hexdump result?
I have a hex file and want to check its content. When I use hexdump, it looks like this: tomxue@tom-Hasee:~/workspace$ hexdump spi.pcm | head 0000000 fedf fef4 fed9 fed4 ff10 fe99 fffe ffcd 000001...
stackoverflow.com
remove 'set fileencoding=.....' in .vimrc