Here is what i use

screen -X eval 'stuff "echo abc\015"'

Regards
Pandu

On Mon, Nov 10, 2008 at 11:19 PM, Richard Elliot <[EMAIL PROTECTED]
> wrote:

> Hello,
>
> I am trying to send a remote command to an existing screen session:
>
> while true; do screen -S 19268 -X stuff "signon"; sleep 1m; done
>
> However, I need to send a new line (CRLF) after the command "signon".
>
> Any help would be greatly appreciated.
>
> Thanks very much,
>
> Richard
>
> _______________________________________________
> screen-users mailing list
> screen-users@gnu.org
> http://lists.gnu.org/mailman/listinfo/screen-users
>
>
_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to