Re: need "windowlist" info externally, not interactively

2015-10-23 Thread Axel Beckert
Hi, On Thu, Oct 22, 2015 at 04:48:50PM -0400, Anonymous wrote: > screen -p "${uid%% *}" -X exec script -c env /tmp/window_env.txt [...] > One tricky part was coming up with "script -c env > /tmp/window_env.txt", because redirection does not work (initially I > tried simply "env > /tmp/window_env.t

Re: need "windowlist" info externally, not interactively

2015-10-23 Thread Anonymous
> Which screen commandline parameters do you use for that? I'd expect > something like "screen -X screen 63 somecommand". (Would run > "somecommand" in a window with number 63 unless that number is > already in use.) Since writing the original post, I've improved the script. Now it does somethi