摘要: 1 dec2hex(){2 printf "%x" $13 }4 5 a=$(dec2hex 2131165531)6 echo $a 阅读全文
posted @ 2014-08-07 23:42 scue 阅读(13667) 评论(1) 推荐(0)
摘要: 1 #!/bin/bash - 2 #=============================================================================== 3 # 4 # FILE: hex_change.sh 5 # 6 # ... 阅读全文
posted @ 2014-08-07 00:31 scue 阅读(539) 评论(0) 推荐(0)