“`” 参考回答: sed -n '100,200p' inputfile awk 'NR>=100&&NR<=200{print}' inputfile head -200 inputfile|tail -100 <pre><code> "“` Was this helpful? YesNo 0 / 0 上一篇: 请你来说一下awk的使用 下一篇: 请问C++怎么实现线程池? 发表回复 取消回复0 Your email address will not be published. 在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。