If I check in screen the the currently running tasks (ctrl/a + "), I get this:
Num Name 0 -bash 1 -bash 2 -bash ...which is right, normally in my all screen windows, a bash is running. However, not that is what I want to see. I want to see the actually executed command in that window. It can be anything, like ssh-ing, rsync-ing, or running buildscripts and so on:
Num Name 0 ssh to@this 1 rsync this./ [email protected]:/path 2 make world My current best idea, any time if I execute a new command, bash should somehow talk to the screen process, what is happening at the moment. For example, as a datagram message over a unix pipe. Probably it is not easily possible.
Is there something to get at least some similar?