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

Line ending issue with Mercurial or Visual Studio -

fatal error - Android RunTimeError: Java.lang.RunTimeException: Unable to Instantiate activity -

php - Retrieving data submitted with Yii's CActiveForm -