Skip to content

Instantly share code, notes, and snippets.

@garywill
Created October 23, 2018 04:25
Show Gist options
  • Save garywill/2feef301cd3fc4050fc2552855f70d4d to your computer and use it in GitHub Desktop.
Save garywill/2feef301cd3fc4050fc2552855f70d4d to your computer and use it in GitHub Desktop.
grep -E -v "#|radd|rremove" /var/log/zypp/history |cut -d "|" -f 1,2,3,4,5,6 | sed "s/|/,\t/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment