1.查看文件的二进制
xxd -b test.wav
2.所有占用的端口
sudo lsof -i -P | grep -i "listen"
Mac 下 命令收藏
原文:http://www.cnblogs.com/apanly/p/5193290.html