Here\'s my problem - hopefully I can explain this well enough: I use Putty on Windows, and then start a gnu screen session.I may run several shell commands in putty, and then in the same screen, run
Having such simple bash script: /bin/bash screen -dm -S \"backup\" wget -O backup-$(date +%Y-%m-%d).txt http://link-to-very-huge-file/
I am running a Linux 2.6.38-10-server #46-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux and I have the following problem:
Is there a way to send a sequence of开发者_如何学C commands to GNU Screen windows from my .screenrc? It seems like this should be easy to do:
I want to make a bash script that echo\'s something into one of the screens that I have running (screen -r is how I get to it in SSH).
I\'m trying to run screen (version 4.0) in the latest version of Cygwin under 64-bit Windows Ultimate, and it doesn\'t want to work. I launch a new screen session using \"screen -d -m -S screen1\". Wh
I have multipal screen sessions that are started like this... /usr/bin/screen -A -m -d -S tower /usr/local/bin/vmpsd -a 10.0.1.214 -d -f /usr/local/vmpsdb/tower.db
I\'d like to type (at bash) ./start_screen.sh 3 some_cmd with parameters and have it start up GNU screen with three separate, independent copies of the running command some_cmd with parameters runn
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I was trying to make the syntax highlighting (with 256 colors) of vim work inside screen, which is running inside gterm.