linux 查看文本最后500
3个回答
展开全部
tail -n 500 file
可以使用man tail命令来查看tail命令的使用说明,其中,关于-n参数是这样说明的:
-n, --lines=K
output the last K lines, instead of the last 10; or use -n +K to output lines starting with the Kth
可以使用man tail命令来查看tail命令的使用说明,其中,关于-n参数是这样说明的:
-n, --lines=K
output the last K lines, instead of the last 10; or use -n +K to output lines starting with the Kth
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
tail -n 500 aaa.txt
查看aaa.txt 最后500行
查看aaa.txt 最后500行
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
tail 500f xxx.log
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询