echo {0..255} |xargs -n1 |awk ‘{printf("%03X %03d %c\n", $1,$1,$1)}‘
常用命令
原文:http://www.cnblogs.com/liuyj-vv/p/7294543.html