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.
私が使用する場合
ssh -Y username@hostname
別のホストに到達し、x クロックと入力すると正常に動作します。しかし、スクリプトで使用すると、オンラインのように
ssh -Y username@hostname x clock & ;
ksh: x clock: not found というエラーが表示されます。
提案してください。