多核cpu运行命令 parallel 可用于文本文件处理
摘要:
parallel 命令 cat bigfile.txt | parallel --pipe grep 'pattern' gzip、sed、awk、grep、wc命令都可以通过paralle加速。 参考: http://blog.chinaunix.net/uid-20662820-id-40237 阅读全文
posted @ 2018-01-26 21:00 BioinformaticsMaster 阅读(632) 评论(0) 推荐(0) 编辑