Skip to content

Instantly share code, notes, and snippets.

@agateau
Created September 29, 2011 13:36
Show Gist options
  • Save agateau/1250734 to your computer and use it in GitHub Desktop.
Save agateau/1250734 to your computer and use it in GitHub Desktop.
Search through pkgconfig files
function pkgcgrep() {
pkg-config --list-all | grep "$1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment