Shell-awk切分

awk 'NF {if(NR > 500){print $0 "\n"}else{print $0}}' Bloom_result.csv > ./Bloom.csv
awk '{print $0"\n"}' Bloom_result.csv > ./Bloom.csv
 
awk '{print $0"\n"}'  ./StreamingInput_ori.csv  > ./ StreamingInput.csv
posted @ 2016-05-26 09:13  bshaozi  阅读(436)  评论(0编辑  收藏  举报