I have a program that is running on a shell window. I would like to input command into that shell (using a script) to make the program behave in a certain way. What would be the command to send a command from one shell to another.
Thank you
I have a program that is running on a shell window. I would like to input command into that shell (using a script) to make the program behave in a certain way. What would be the command to send a command from one shell to another.
Thank you
the answer i was looking for was
xdotool
you can use to search a window (xdotool search), run a command (xdotool key)