Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道在 Linux 上以 Hex 格式查看文件的方法,以便在磁盘上的文件更改时更新视图。
你可以使用vim。要切换到十六进制模式类型:
:%!xxd
要退出十六进制模式,请再次点击退出并键入:
:%!xxd -r
还可以查看如何在 unix 系统上编辑二进制文件