Suppose I run the command:
sudo ./list_members Physicians 
And I want to prefix the output like this:
Physicians [email protected]
Physicians [email protected]
Physicians [email protected]
Physicians [email protected]
Is it possible for me to prefix StdOutput like that?
list_membersproduce just the list of email addresses? One email address per line?