Skip to content

Instantly share code, notes, and snippets.

@ebfe
Last active December 13, 2015 22:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebfe/4981971 to your computer and use it in GitHub Desktop.
Save ebfe/4981971 to your computer and use it in GitHub Desktop.
#!/bin/bash
comm -1 -3 <(pacman -Qe | sort) <(pacman -Qt | sort)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment