Re: screen -x myname mycommand

2013-02-26 Thread Bruno Cudini
Hi, On Tue, Feb 26, 2013 at 11:57:40AM +, 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

screen -x myname mycommand

2013-02-26 Thread Jonathan Chetwynd
How from a script to run a command once attached to a remote screen? $ screen -x myscreen flite -t connected ideas please regards Jonathan suggested elsewhere: screen -dmS myscreen flite -t connected but on my RPi wheezy box command is executed but either screen is closed or never started..

screen -x myname mycommand

2013-02-26 Thread Jonathan Chetwynd
How from a script to run a command once attached to a remote screen? $ screen -x myscreen flite -t connected ideas please regards suggested elsewhere: screen -dmS myscreen flite -t connected but on my RPi wheezy box command is executed but either screen is closed or never started... -- Jona