Skip to content

Instantly share code, notes, and snippets.

@willnet
Created July 1, 2014 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willnet/c4a2b6ad84fdff3093fc to your computer and use it in GitHub Desktop.
Save willnet/c4a2b6ad84fdff3093fc to your computer and use it in GitHub Desktop.
gem-info-all
#!/bin/sh
echo "gem search -da ^${1}$"
gem search -da ^${1}$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment