Linux工作中常用命令

1. 查看实时日志:tail -f info.log  -- info.log为日志文件名
2. 查看最后100行日志:tail -100 info.log -- 100为行数,info.log为日志文件名

你可能感兴趣的:(Linux学习笔记)