Skip to content

Instantly share code, notes, and snippets.

@denpatin
Created September 2, 2017 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denpatin/054a765740465fa863757b507a346a14 to your computer and use it in GitHub Desktop.
Save denpatin/054a765740465fa863757b507a346a14 to your computer and use it in GitHub Desktop.
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