Multiple named emacs servers might be invoked by the the commands
{
emacs --daemon="test1"
emacs --daemon="test2"
emacs --daemon='test3"
} &> /dev/null
As there are three emacs server running on background,
How could attach an emacsclient to a specified one , saying "test2"?