Re: Sending commands to shell

2015-09-10 Thread Alan Jurgensen
to have shift-delete send my password and an enter (its in file .screenmacro_p) I have this in my .screenrc file: # load .screenmacro_p into register p readreg p $HOME/.screenmacro_p bind P paste 'p' # paste register p via:  shift-delete bindkey ^[[3$ paste 'p' On Thursday, September 10,

Re: Sending commands to shell

2015-09-10 Thread Stephane Chazelas
2015-09-10 15:22:05 -0400, -: > > Hello, I'm fairly new to screen. > > Is there a way to send a command from within an application running > in a screen session to the shell? For example, without leaving the > application can I send a shell script to perform a task then return > to the applicati

Sending commands to shell

2015-09-10 Thread -
Hello, I'm fairly new to screen. Is there a way to send a command from within an application running in a screen session to the shell? For example, without leaving the application can I send a shell script to perform a task then return to the application? Thanks. Dan XB _