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
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'
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,