Skip to content

Instantly share code, notes, and snippets.

@aerith
Created February 3, 2011 03:42
Show Gist options
  • Save aerith/809014 to your computer and use it in GitHub Desktop.
Save aerith/809014 to your computer and use it in GitHub Desktop.
cat /etc/redhat-release //=> CentOS release 5.5 (Final)
yum search perl | wc -l // => 132
yum search python | wc -l // => 131
yum search ruby | wc -l // => 26
yum search php | wc -l // => 92
yum search java | wc -l // => 213
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment