cat file 输出文件中所有的内容
tail -n file 输出file中倒数n行数据
sed -n "4815000,4815500p" file 输出文件中4815000到4815500行数据
heade -5 file:查看文件的前5行
cat file 输出文件中所有的内容
tail -n file 输出file中倒数n行数据
sed -n "4815000,4815500p" file 输出文件中4815000到4815500行数据
heade -5 file:查看文件的前5行