Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rsh コマンドは、リモート シェルで二重引用符を削除しています。
例: my command rsh 10.20.1.25 my_pgm -g "NAME1 NAME2" リモート シェルで my_pgm -g NAME1 NAME2
リモートシェルでも -g オプションの二重引用符が必要です。何か案が?