ref: 01afe9328b3ddf51c1ab2725684fc542bc81f76c dir: /rc/bin/membername/
#!/bin/rc tr ' ' '\012' <<eof | sed -e 's/[^(]*\(([^)]*)\).*/\1/' | tr '\012' ' ' $* eof