11 2011 档案
摘要:#!/bin/bash # 0:stdin 1:stdout 2:stderr 3..9:files like below while read a<&3 && read b<&4 do echo $a $b printf "0x%04d\n" $(echo "obase=16;$((a|b))" | bc) #obase is hexadecimal done 3<a.txt 4<b.txt #****************************************************
阅读全文

浙公网安备 33010602011771号