Bash将字符串发送到进程的stdin

时间:2015-05-22 13:34:18

标签: string bash inter-process-communicat

我需要将字符串发送到stdin并在屏幕上显示

/proc/$pid$/fd/0

但它仅适用于基于控制台的程序(cat,nano等)。如何将其发送到GUI应用程序?

1 个答案:

答案 0 :(得分:0)

您需要识别系统中的窗口,并使用" xdotool"等工具为其注入键盘事件。

请参阅此问题作为参考:X11: move an existing window via command line?