摘要: ``` shellfor i in (file1 file2 file3), do process_a $i | tee process_a $i_a.txt | process_b > $i_b.txt &donewaitcat *_a.txt *_b.txt | pr... 阅读全文
posted @ 2015-05-11 14:46 bregman 阅读(268) 评论(0) 推荐(0)