On 1/3/06, Robert Blackwell <[EMAIL PROTECTED]> wrote: > I have been digging around to find a nice way to output the windowlist to > STDOUT but have not seen an easy solution. > > I would like to be able to do something like this > > screen -X windowlist > windows.txt
I've been looking for something similar with the paste command (if that's the right name) - so "screen -X paste" will dump the current copy buffer. I don't think any of the commands actually output to stdout when run from the command line. Might be a nice thing to hack in though. _______________________________________________ screen-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/screen-users
