Re: write command-result to console

2011-04-20 Thread Geraint Edwards
Maximilian Kirchner said (on Mon, Apr 18, 2011 at 11:35:41PM +0200): > Now I want to send the command "list" (which lists all players) to the server > and write the result in a file. Did you try: rm screenlog.0 screen -p 0 -S minecraft-w1 -X log on scree

Re: write command-result to console

2011-04-20 Thread Andrew McGlashan
Hi, Maximilian Kirchner wrote: I want to use screen to keep track of my gameservers - for instance my minecraft server. Now I want to send the command "list" (which lists all players) to the server and write the result in a file. When I use "screen -p 0 -S minecraft-w1 -X eval 'stuff list\015'

write command-result to console

2011-04-20 Thread Maximilian Kirchner
Hi, I want to use screen to keep track of my gameservers - for instance my minecraft server. Now I want to send the command "list" (which lists all players) to the server and write the result in a file. When I use "screen -p 0 -S minecraft-w1 -X eval 'stuff list\015'" the command is evaluated,