转载自http://blog.sina.com.cn/s/blog_522615cc0100dzuc.html
查看文件的第90行到100行,
sed -n '90,100p' wang.txt
sed -n '100,1p' wang.txt即可
sed -n 'a,bp' song.txt读取自第a行到第b行的数据
if(a > b ) return 第a行
转载自http://blog.sina.com.cn/s/blog_522615cc0100dzuc.html
查看文件的第90行到100行,
sed -n '90,100p' wang.txt
sed -n '100,1p' wang.txt即可
sed -n 'a,bp' song.txt读取自第a行到第b行的数据
if(a > b ) return 第a行