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 -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

python - Received unregistered task using Celery with Django -