您现在的位置是:网站首页> 编程资料编程资料

查看某时间段到现在的系统日志的sed命令_linux shell_

2023-05-26 569人已围观

简介 查看某时间段到现在的系统日志的sed命令_linux shell_

sed查看某时间段到现在的系统日志:

sed -n '/May 20 17/,$p' /var/log/messages | less

-六神源码网