I want to create a script that allows some interactivity by
- tail -f logfile from myService
- allows text to be entered and sent to myService
What I could not solve yet is this two functions working parallel in one terminal. I would also like to achieve something in TTY I do not even know the word for:
,-------------------------.
| output here output here |
| output here output here |
|-------------------------|
( fixed input line here )
-------------------------
Is this even possible to achieve from a server-side bash script executed through ssh? How?