Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!mailrus!cornell!uw-beaver!rice!sun-spots-request From: roberts%studguppy@lanl.gov (Doug Roberts) Newsgroups: comp.sys.sun Subject: Re: Posting events to windows of other processes Message-ID: <8812220520.AA00386@studguppy.lanl.gov.> Date: 3 Jan 89 20:43:01 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 25 Approved: Sun-Spots@rice.edu Original-Date: Wed, 21 Dec 88 22:20:48 MST X-Sun-Spots-Digest: Volume 7, Issue 85, message 11 of 14 dean@ho7cad.ATT.COM (D.JONES): > I need to ``duplicate'' the windows of our CAD package on the console of > another workstation.... How about something a bit simpler: the following shell script (name it screen-copy)? #! /bin/sh # for i do while true do screendump -e | rsh $1 screenload sleep $2 done Ex: screen-copy dest-host-name 5 will do a screendump off of your host every 5 seconds and screenload it on to the target host. --Doug Douglas Roberts Los Alamos National Laboratory (505)667-4569 dzzr@lanl.gov