linux 命令收集

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

xxd -p ConfigStore2Body.dat

xxd -p file

Or if you want it all on a single line:

xxd -p file | tr -d '\n'

 

posted @ 2014-11-27 12:33  跬步者  阅读(147)  评论(0编辑  收藏  举报