Skip to content

Instantly share code, notes, and snippets.

@stef-k
Created July 22, 2015 09:02
Show Gist options
  • Save stef-k/d007caad9318a5c506af to your computer and use it in GitHub Desktop.
Save stef-k/d007caad9318a5c506af to your computer and use it in GitHub Desktop.
# removes old kernels
sudo apt-get remove --purge $(dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment