Re: screen -x myname mycommand
Bruno Cudini <[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Tue, Feb 26, 2013 at 11:57:40AM +0000, Jonathan Chetwynd wrote: > How from a script to run a command once attached to a remote screen? > > $ screen -x myscreen flite -t connected You should use -X instead of -x. You can also use -p to select a windows, before starting the command (useful for "stuff" commands).