使用Linux 的spilt命令分割文件
tail -n 20000 web.log >other.txt
?
? ? 指定最后的20000行输出到other.txt
??
? ? ?最后推荐一个学习shell命令的网站,http://explainshell.com/
?
?
? ??
发布时间: 2013-10-27 15:21:50 作者: rapoo
使用Linux 的spilt命令分割文件
tail -n 20000 web.log >other.txt
?
? ? 指定最后的20000行输出到other.txt
??
? ? ?最后推荐一个学习shell命令的网站,http://explainshell.com/
?
?
? ??