码迷,mamicode.com
首页 > 其他好文 > 详细

awk 的使用

时间:2016-05-10 20:35:41      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:


对文本进行按行、内容拆分
awk ‘NR%12==1{close(p".txt");++p}{print > p".txt"}‘ file
awk ‘/index/{close(p".txt");++p}{print > p".txt"}‘ file

参考

https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md

http://coolshell.cn/articles/9070.html

awk 的使用

标签:

原文地址:http://www.cnblogs.com/blue-sea-sky/p/5478970.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!