摘要:
1. 从第1000行开始,显示2000行。即显示1000~2999行cat input_file | tail -n +1000 | head -n 20002. 显示 1000行到3000行cat input_file | head -n3000| tail -n +1001*注意两种方法的顺序分... 阅读全文
posted @ 2014-07-06 17:52
ywl925
阅读(20137)
评论(0)
推荐(0)
浙公网安备 33010602011771号