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
Post a Comment