awk 'NR == 1 {p = $0} NR > 1 {print p; p = $0} END{printf p} ' SerialNumber.dat > tmp.txt # cp tmp.txt SerialNumber.dat.
確定! 回上一頁