mirror of
https://gist.github.com/d6c00bdb2aa87d4d598c1fb1e7bb928e.git
synced 2025-07-09 18:33:16 -07:00
add four scripts
This commit is contained in:
5
yum_log_parse.bash
Executable file
5
yum_log_parse.bash
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# yum_log_parse.bash
|
||||
# invoked from check_last_yum_upgrade_via_ssh.py
|
||||
|
||||
grep Updated /var/log/yum.log | tail -1 | awk '{print $1" "$2}'
|
Reference in New Issue
Block a user