1、动态查看日志tail -f xxx.log
2、输出某个新的日志去查看 cat -n jeecgboot.log | grep 10 >test2.log
#这条指令的含义是:
#cat -n jeecgboot.log 会
2023-04-10