Skip to content

Instantly share code, notes, and snippets.

@NIA
Created July 22, 2011 03:52
Show Gist options
  • Select an option

  • Save NIA/1098853 to your computer and use it in GitHub Desktop.

Select an option

Save NIA/1098853 to your computer and use it in GitHub Desktop.
# apts with filtering
apts() {
apt-cache search $* | ack "$(echo $*|sed 's/ /|/g')"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment