On Wed, Jun 04, 2008 at 12:56:33PM -0700, David Bustos wrote: > No, sorry I wasn't clear enough. I'm proposing that svcprop print the > values in such a way that you can do > > for val in `svcprop ...`; do > ... > done > > or > > set -- `svcprop ...` > # use positional parameters
Yes, that could be done too.