Created
September 2, 2017 07:40
-
-
Save denpatin/054a765740465fa863757b507a346a14 to your computer and use it in GitHub Desktop.
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
yum history list | awk '$1 ~ /[0-9]+/ {print $1}' | while read a; do yum history undo -y $a; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment