Skip to content

Instantly share code, notes, and snippets.

@ebfe
Last active December 13, 2015 22:08
Show Gist options
  • 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