linux - How to execute a command inside a screen session -


i know how execute command inside screen session. searched , found :

screen -s nameofscreen -x stuff "command" 

when type this, command typed inside screen not executed. queston how press enter using command.

in bash shell can use ctrl-v explicitly put non-printable characters string. try ctrl-v ctrl-l ctrl-v ctrl-m @ end of command before ".


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -