多核cpu运行命令 parallel 可用于文本文件处理
parallel 命令
cat bigfile.txt | parallel --pipe grep 'pattern'
gzip、sed、awk、grep、wc命令都可以通过paralle加速。
参考:
http://blog.chinaunix.net/uid-20662820-id-4023733.html
本文来自博客园,作者:BioinformaticsMaster,转载请注明原文链接:https://www.cnblogs.com/koujiaodahan/p/8361604.html
posted on 2018-01-26 21:00 BioinformaticsMaster 阅读(631) 评论(0) 编辑 收藏 举报