Attach emacsclient to a specified emacs-server

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”?

印象中 emacsclient 有相应的选项,文档肯定有写

https://emacs-china.org/search?q=emacsclient

=>

2 个赞