linux 命令收集

1. 把文件按二进制格式输出

xxd -p ConfigStore2Body.dat

xxd -p file

Or if you want it all on a single line:

xxd -p file | tr -d ' '

原文地址:https://www.cnblogs.com/jhj117/p/4126128.html