membername 92 B

12345
  1. #!/bin/bash
  2. tr ' ' '\012' <<eof | sed -e 's/[^(]*\(([^)]*)\).*/\1/' | tr '\012' ' '
  3. $*
  4. eof