.TH LISTSVC 1
.SH NAME
listsvc - lists all currently indexed grid services
.SH SYNOPSIS
g/listsvc
.SH DESCRIPTION
listsvc outputs the current list of active services, eliminating any duplicated entries. This list is based on the most recent registry refresh. If you wish to force an update, do g/regupdate to bring the service list up to date.
.SH SOURCE
/bin/g
.SH BUGS
The string handling and duplication removal algorithm is braindead. The list of services has underscores added for no good reason. This service list should actually be prepared ahead of time and the listsvc command should just output it without having to do the duplication elimination at the time the command is issued.

