printf?毛!现在使用它,但还有什么可用?
echo "obase=16; 34" | bc
如果要过滤整个整数文件,每行一个:
( echo "obase=16" ; cat file_of_integers ) | bc