风之空灵
技术笔记---记载学到技术的点点滴滴
4/26/2013
Linux skip every number of lines
awk 'NR % 5 == 1' test.txt
print one line from every 5 lines
Linux commands uniq
removes duplicate lines
较新的博文
较旧的博文
主页
订阅:
评论 (Atom)