分享至
朋友圈
微信
qq空间
qq
微博
复制
#/bin/sh awk -F' ' ' BEGIN{ } { print $1"0" > "out"; } END{ } ' $1 while read -r line do echo $line; done < out