代码改变世界

How would you print just the 10th line of a file

2016-10-07 10:47  三犬风  阅读(175)  评论(0编辑  收藏  举报

awk -F:"\n" '{if(NR==10) {print}}' file.txt