Created
September 12, 2013 15:08
-
-
Save flickerfly/6539066 to your computer and use it in GitHub Desktop.
Record the yum changes from today in a file that can be used to cut and paste appended to the command 'sudo yum install'
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo grep "`date "+%b %d"`" /var/log/yum.log | awk '{print $5}' | tr "\n$" ' ' > `date "+%d%b"`.yum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment