Skip to content

Instantly share code, notes, and snippets.

@ataliba
Created May 22, 2012 20:38
Show Gist options
  • Save ataliba/2771481 to your computer and use it in GitHub Desktop.
Save ataliba/2771481 to your computer and use it in GitHub Desktop.
zzservices - small function to search services on /etc/services
zzservices()
{
grep ^$1 /etc/services
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment