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

[ LeetCode试题 ] 195 Tenth Line

时间:2017-05-30 12:26:41      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:class   image   int   试题   技术   code   blog   分享   alt   

技术分享

Solution1:

cat file.txt | awk {if(NR==10)print $0}

Solution2:

cat file.txt | sed -n 10p

 

[ LeetCode试题 ] 195 Tenth Line

标签:class   image   int   试题   技术   code   blog   分享   alt   

原文地址:http://www.cnblogs.com/linyfeng/p/6919621.html

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